Forums >> IDA Pro >> Open the second file with its PDB?
Topic created on: April 28, 2008 06:08 CDT by nichom.
Is there any way that can load two different files into IDA with their PDBs?
I tried the Determina PDB loader, but the PDB of the second file can not be loaded...
it's undocumented feature of IDA - to be able to work with more than one file at the same time. documented option "load additional binary file" (see menu "file" of load_binary_file) works well, but faces you to parse all PE structures manually. it's tedious job (however, I saw some Symantec scripts designed for this). load_nonbinary_file allows you to load additional file and choose the appropriate loader to automate this work.
Note: Registration is required to post to the forums.