Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callocgd/gdrip
A Tool I use for Ripping open Geometry Dash Android Signatures and Generates me a cheatsheet of argument offsets for the android 32 bit version on ghidra
https://github.com/callocgd/gdrip
android-symbols elf-parser geometry-dash python3
Last synced: 16 days ago
JSON representation
A Tool I use for Ripping open Geometry Dash Android Signatures and Generates me a cheatsheet of argument offsets for the android 32 bit version on ghidra
- Host: GitHub
- URL: https://github.com/callocgd/gdrip
- Owner: CallocGD
- License: mit
- Created: 2024-11-16T19:14:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T19:23:15.000Z (3 months ago)
- Last Synced: 2024-11-29T05:14:14.718Z (3 months ago)
- Topics: android-symbols, elf-parser, geometry-dash, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GDRIP
a small tool I use for generating a json file of android function symbols and android 32 bit and a cheat sheet for figuring out and setting a function argument's
registers values (it's not perfect at it but it's a starting point twords helping automating the fixing of these functions in tools like ghidra and ida)## Requirements
libcocos2dcpp.so armeabi-v7a version, any Geometry Dash update is designed to work as long as armeabi-v7a is used.## Using is very straight forward and only requires Python 3.9 or above
you can use this command to figure out how to use this tool propperly
```
python ripper.py --help
```## Installation
```
pip install -r requirements.txt
```