Skip to content

MrTusarRX/DumpSDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

#install github 
pkg install git

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

# Install required Python module
pip install tqdm

#go to the directory
cd DumpSDK

# Run the script
python3 Dump.py

👥 Credits

About

SDK generator from dump.cs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%