A forum for reverse engineering, OS internals and malware analysis 

Ask your beginner questions here.
 #27532  by segark
 Mon Jan 04, 2016 4:55 pm
I need to analyze a dll which creates a com object using regsvr32.exe.
I was wondering how would you go about analyzing it's interfaces and functions.
when looking at the dll's exports all I see are a set of 5 standard exports.
I've tried 2 ida plugins but they're not very helpful as they claim they work with com dlls written in microsoft visual c++ and the dlls
are written in delphi.
 #27535  by segark
 Mon Jan 04, 2016 6:49 pm
Will take a look, thank you.

Are there any more resources you know of around the web?
Do you happen to meet malicious com objects occasionally?