Skip to content
forked from NotNite/Bouny

Rabbit and Steel reverse engineering

License

Notifications You must be signed in to change notification settings

wildfire248/Bouny

 
 

Repository files navigation

Bouny

Rabbit and Steel reverse engineering.

Dependencies

Reverse engineering

Import the structs.h header file into your decompiler, then run the rename.py script. It should automatically fix function names and arguments, along with provide context for static variables, functions, and function references.

Currently only supports IDA.

Compiling

Uses vcpkg:

git submodule update --init --recursive -f
.\vcpkg\bootstrap-vcpkg.bat

Then build with MSBuild. Copy Bouny.dll to mods/Aurie. Any other .dlls (like asmjit) go in the root game folder.

About

Rabbit and Steel reverse engineering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.3%
  • Python 36.6%
  • C 10.1%