This plugin can be used with .idmap files generated by Dumper-7.
- Virtual Function Table names: eg.
UClass_VFT
- UFunction::ExecFunction names: eg.
APlayerController::execCanRestartPlayer
- Building this plugin requires the IDA C++ SDK
- Add the SDKs
\include\
directors to the projectsAdditional Include Directories
- Add the SDKs
\lib\x64_win_vc_64
director to the projectsAdditional Library Directories
- Select your IDA installations'
\plugins\
folder as yourOutput Directory
struct Identifier
{
uint32 Offset; // Relative to Imagebase
uint16 NameLength;
const char Name[NameLength]; // Not NULL-terminated
};
Exec-Functions | VirtualFunctionTables |
---|---|