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
-SKYNET-Steam-Emulator
Open Source
Client emulator to play steam games on LAN without Internet connection.…
ret-sync
Open Source
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2…
Angr
Open Source
Python binary analysis framework supporting both static and dynamic symbolic execution (concolic exe…
APKTool
Open Source
Kali
Tool for reverse engineering Android APK files. Decodes resources to their original form, rebuilds d…
BitMono
Open Source
Obfuscator for .NET and Mono, with a customizable engine for building your own obfuscators.…
wxapkg
Free
跨平台微信小程序反编译 GUI 工具,.wxapkg 文件扫描 + 解密 + 解包工具…