An open API service indexing awesome lists of open source software.

https://github.com/matcool/gd-rtti


https://github.com/matcool/gd-rtti

Last synced: about 1 year ago
JSON representation

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