Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 information

OPTIONS:
-p, --proc_target Name of the executable to dump. This is useful if you want to dump a DLL for
example.
-t, --threads

ARGS:
Name of the process to dump
```