ida/plugins/codatify at master · grayhatacademy/ida · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

codatify.py

Features

  • Defines ASCII strings that IDA's auto analysis missed
  • Defines functions/code that IDA's auto analysis missed
  • Converts all undefined bytes in the data segment into DWORDs (thus allowing IDA to resolve function and jump table pointers)

Usage

Blob of data before running codatify:

Before codatify.py

Running codatify:

Running codatify.py

Blob of data after running codatify:

After codatify.py

Installation

Just copy codatify.py into your IDA plugins directory.