|
Use instEdit to open your MSI file, check tables : Binary, _Streams, ISSetupFile, to find your dll.
All of DLLs used for serial check are in Binary and _Streams table, this DLLs may not named with your desired dll, you need to unpack them (Export table in instedit) and test each one with ollydbg to verify and find your dll.
|