/DumpSDK

SDK generator from dump.cs

Primary LanguagePython

Dump.cs to Struct Generator

Note: This tool is not perfect and is intended for experienced developers who can modify and adapt it to their needs.


⚠️ Known Issues

  • Many — use at your own discretion.
  • Direct inclusion is not usable without modification.
  • Function pointers are correctly generated, but manual adjustments are required.
  • You must only include the headers you need in your project.
  • DO NOT include unnecessary headers.

🔧 Usage

# Install Python 3
apt install python3

#pkg for github repo clone
pkg install git

# Install required Python module
pip install tqdm

#clone the repo
git clone https://github.com/NepMods/DumpSDK.git

#go to the directory
cd DumpSDK

# Run the script
python3 Dump.py

👥 Credits