Screenshots
Example Usage
#include <iostream>
#include <GHDumper.h>
#include <GHFileHelp.h>
int main(int argc, const char** argv)
{
if (!gh::ParseCommandLine(argc, argv))
{
printf("[-] Failed to dump offsets.\n");
return 1;
}
printf("[+] Successfully dumped offsets!\n");
return 0;
}
See also
Zygisk-Il2CppDumper
Open Source
Using Zygisk to dump il2cpp data at runtime…
xAnalyzer
Open Source
…
Angr
Open Source
Python binary analysis framework supporting both static and dynamic symbolic execution (concolic exe…
AndKittyInjector
Open Source
Inject a shared library into a process using ptrace…
RetDec
Open Source
Retargetable machine-code decompiler based on LLVM. Developed by Avast. Decompiles x86, ARM, MIPS, P…
IDA Pro
Paid
The industry-standard disassembler and decompiler (with Hex-Rays decompiler). Supports the widest ra…