Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callocgd/gd-android32-class-members-importer
A Script to move cocos2d & Geometry Class members and their accurate offsets and vtables to Ghidra & IDA
https://github.com/callocgd/gd-android32-class-members-importer
cocos2d-x geometry-dash ghidra reverse-engineering
Last synced: 22 days ago
JSON representation
A Script to move cocos2d & Geometry Class members and their accurate offsets and vtables to Ghidra & IDA
- Host: GitHub
- URL: https://github.com/callocgd/gd-android32-class-members-importer
- Owner: CallocGD
- License: mit
- Created: 2024-03-27T22:55:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T01:37:10.000Z (9 months ago)
- Last Synced: 2024-11-08T04:17:07.432Z (3 months ago)
- Topics: cocos2d-x, geometry-dash, ghidra, reverse-engineering
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GD-Android32-Class-Members-Importer
A Script to move cocos2d & Geometry Class members and their accurate offsets and vtables to Ghidra & Possibly IDA# The Problems at hand
- The [Geode Bindings](https://github.com/geode-sdk/bindings) __Do Not Provide cocos2d class members__ which makes the readability of code inside of ghidra somewhat difficult
- Configuring these class members by hand can be tedious work and are prone to human error even one mistake requires too many hours to fix just a handful of cocos2d class membersMy Goals with this library are simple
- Provide and accurate libcocos2d broma file along with padding for filling out fields
- Provide readability and accurate class information
- Fill all subclass members where they go as best and as accurate possible.
- Provide vtables when RTII is unavalible
- To make it easier than ever to reverse engineer geometry dash on most android 32 bit platforms
- Make the script and broma files open source so people can help me with fixing mistakes.