https://github.com/matcool/gd-rtti
https://github.com/matcool/gd-rtti
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/matcool/gd-rtti
- Owner: matcool
- Created: 2023-01-06T17:33:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T02:57:12.000Z (over 2 years ago)
- Last Synced: 2025-05-20T01:42:17.397Z (about 1 year ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gd-rtti
Basic command line program to look at RTTI info from a running process.
## Usage
Here are all the commands:
```
open - opens a process id (no exe name yet sorry)
ptr - reads a pointer at an address
name - outputs the name of the class at an addr
list - lists all the valid RTTI pointers up to addr + bytes,
sort of like listing the pointers of a struct
```
`` allows for special syntax for following pointer chains. for example:
`[[base + 0x123] + 10]`
## TODO:
- [] get info for cocos structs