2023-08-30 21:56:24 +02:00
2023-08-30 19:10:28 +02:00
2023-08-30 19:10:28 +02:00
2023-08-30 21:56:24 +02:00

IDAExecFunctionsImporter

This is an IDA-Plugin to import names from a file into the database.

This plugin can be used with .idmap files generated by Dumper-7.


Currently imported:

  • Virtual Function Table names: eg. UClass_VFT
  • UFunction::ExecFunction names: eg. APlayerController::execCanRestartPlayer

Format expected by the plugin:

struct Identifier
{
    uint32 Offset; // Relative to Imagebase
    uint16 NameLength;
    const char Name[NameLength]; // Not NULL-terminated
};

Exec-Functions VirtualFunctionTables
image image
S
Description
IDAExecFunctionsImporter for IDA 9.0
Readme
45 KiB
Languages
C++ 100%