PDA

View Full Version : How to use "lmgr.map" to generate IDA signature file?


joyung
June 8th, 2011, 23:14
I see the thread talk about 'use flair tool',

http://www.woodmann.com/forum/showthread.php?12010-Use-flair-tool

u_f_o mentioned to generate right IDA signature file need "lmgr.map", anyone call tell how to use it when have lmgr.map? Thanks.

ZaiRoN
June 9th, 2011, 04:31
map files are useful for debugging sessions. So, run your preferred debugger, load the file to debug and then load the map file too... enjoy

joyung
June 9th, 2011, 05:29
Quote:
[Originally Posted by ZaiRoN;90465]map files are useful for debugging sessions. So, run your preferred debugger, load the file to debug and then load the map file too... enjoy


ZaiRoN,

You mean load both sig file and map file in IDA? But how to load it then? I didn't find the entrance in IDA.

ZaiRoN
June 10th, 2011, 16:39
answer these questions and you'll be near the solution:
what kind of information do you have inside a map file?
who creates the map file?

ps. search button will help you too...