Posts Tagged ‘ida’

New page – Interactive Disassembler (IDA) Macros

Few years ago I’ve written a script for IDA – Interactive Disassembler. IDA is a great tool I’ve been using for many years to analyze executable files. You can find more information about it here. The script fixes how IDA analyzes executables produces with cygwin gcc. IDA does not show all symbol names properly. The […]

IDA – Interactive Disassembler Macros Page

This page presents IDA macros I’ve written. Load PE/COFF symbols Introduction Download Installation and use Same script but in a standalone version Load PE/COFF symbolsBACK TO TOC IntroductionBACK TO TOC It appears that when IDA parses symbols of Windows applications compiled with gcc (cygwin), it does not load symbol names properly. I.e. instead of real […]