Posted on August 23, 2008, 12:34 pm, by Alexander Sandler, under
News.
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 […]
Posted on August 21, 2008, 1:40 pm, by Alexander Sandler, under
Resources.
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 […]