Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 774 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 774 Bytes

Bouny

This repository has moved to RNSReloaded.

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.