Tips IDA PYTHON For Script Code recognition

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
I edited idaapi.py idc.py and idautils.py. So we can use it with a python editor to reconize code.

Normally the code editors dont reconize simple task like


Code:
import idaapi
or import idc

You should copy the files to where you are are writing your code.

idaapi reconizion
RQBfl7s.png


idc reconizion

tjxb5tU.png
 

Attachments

  • idapython_code_recon_modules.zip
    152.8 KB · Views: 22
Top