DoujinStars
oalabs
oalabs

patreon


Quick Tip: IDA Pro Type Libraries For Analyzing Windows Malware

Igor's Tips: Type Libraries Deep Dive 

Igor's Tips: Creating Custom Type Libraries 

Quick Tip: IDA Pro Type Libraries For Analyzing Windows Malware

Comments

Discord is better for these discussions since you will have more "crowdsourced" input. Join us there : )

OALABS

Not directly no. Obviously you can build signatures (Yara etc.), and try DiE, and maybe Lumina, but I'm not aware of anything that will automatically give you a match. Also, if you are dealing with Delphi there is a specific way you can setup IDA to make the analysis easier, we covered this in a recent livestream https://www.patreon.com/posts/live-stream-vod-60239735

OALABS

Is there a "tool" out there that will match a sample with a specific type library? Will a tool like DIE help "you" with this identification. I specifically look at Delphi exe's and need all the help I can get ...

Brian Rogalski

I don't think there is a way to load the type libraries by default since they really depend on the binary you are analyzing... if you open an elf you don't want the windows types loaded. But I might be wrong, and I think you could definitely accomplish this using a plugin (if you only analyze windows binaries so you just want the types loaded for everything).

OALABS

Is it possible that load both MS SDK and MS NDK at default in IDA?

Lalalazarus


More Creators