cra0 / ida-scripts

Various IDA scripts I've created for Reverse engineering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ida-scripts

Various IDA scripts I've created for Reverse Engineering.

Plugins

plugins/

Scripts

Cra0 Signature Definition File Importer

Imports CSDF files into IDA see scripts/csdf_importer for further information.

  • In IDA go File -> Script File.. and select apply_signatures.idc
  • It will prompt you for the csdf file, locate it and click Open.

Cra0 VTable Definition File Importer

Imports CVDF files into IDA see scripts/cvdf_importer for further information.

  • In IDA go File -> Script File.. and select apply_vtables.idc
  • It will prompt you for the cvdf file, locate it and click Open.

Misc

Miscellaneous scripts that do various things.

About

Various IDA scripts I've created for Reverse engineering.

License:MIT License


Languages

Language:Python 83.0%Language:C 17.0%