Coder Social home page Coder Social logo

janglapuk / pointblank-modtools Goto Github PK

View Code? Open in Web Editor NEW
15.0 4.0 15.0 296 KB

Point Blank modification tools

License: MIT License

C++ 91.75% C 3.76% Objective-C 4.48%
reverse-engineering rce game-development modification hacking fps-game emulator-programming

pointblank-modtools's Introduction

Point Blank Modification Tools

It's time to release all my tools source codes. I can't keep it privately, there's no storage space to keep all anymore LOL


I3PackTool

A tool to open and extract .i3pack files.

i3packtool

I3ITool

A tool to convert *.i3i file you've got from extracted *.i3pack file to DirectDraw Surface (*.dds file).

i3itool

DDSPatcher / DDSToI3I

A tool to convert *.dds to *.i3i format.

ddspatcher

BGMChanger

A tool to change default background sound using *.ogg format.

ConfigEditor

A tool to edit encrypted config content (e.g. lwsi_En.sif)

DeBitRotate

A tool just like ConfigEditor, but you can adjust shift key to find the correct shift key.

PEFDecryptor

A tool to decrypt *.pef file.

pointblank-modtools's People

Contributors

janglapuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pointblank-modtools's Issues

Release ver

Can you upload Release version of your project? I never use Visual Studio or something to compile this project.

Thanks

crc32

On initialization you have:

  for (size_t j = 0; j < 8; j++)
      crc32_table[i] = (crc32_table[i] << 1) ^ (crc32_table[i] & (1 << 31) ? ulPolynomial : 0);

what is the order supposed to be here?
(a&b)?c:d or a&(b?c:d) ?

Thank you
Linda

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.