Various IDA scripts I've created for Reverse Engineering.
Imports CSDF files into IDA see scripts/csdf_importer for further information.
- In IDA go
File -> Script File..
and selectapply_signatures.idc
- It will prompt you for the csdf file, locate it and click Open.
Imports CVDF files into IDA see scripts/cvdf_importer for further information.
- In IDA go
File -> Script File..
and selectapply_vtables.idc
- It will prompt you for the cvdf file, locate it and click Open.
Miscellaneous scripts that do various things.