Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etra0/rtti_dumper
A very basic multi-threaded RTTI dumper.
https://github.com/etra0/rtti_dumper
Last synced: 27 days ago
JSON representation
A very basic multi-threaded RTTI dumper.
- Host: GitHub
- URL: https://github.com/etra0/rtti_dumper
- Owner: etra0
- Created: 2020-12-01T04:02:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T22:00:01.000Z (over 3 years ago)
- Last Synced: 2025-01-14T14:40:50.560Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rtti_dumper
A very basic Multi-threaded Virtual Function Table Dumper based on RTTIs.# Usage
It's an CLI tool, so in order to use it you must open a CMD and `cd` into the dir.
```
USAGE:
rtti_dumper.exe [FLAGS] [OPTIONS]FLAGS:
-h, --help Prints help information
-j, --json
-V, --version Prints version informationOPTIONS:
-p, --proc_target Name of the executable to dump. This is useful if you want to dump a DLL for
example.
-t, --threadsARGS:
Name of the process to dump
```