2013-07-28 14 views

回答

0

尽管这个问题是从2013年开始的,但有些人可能仍然喜欢答案。

Intermodular calls: 
= Displays Address 
+ Displays Disassembly (e.g. "call <jmp.&kernel32.CreateThread>") 
= Displays Destination ("Name" in Names) 

Names: 
= Displays Address 
+ Displays Section (e.g. ".idata") 
+ Displays Type (Import/Export) 
= Displays Name ("Destination" in intermodular calls) 
+ Allows to toggle search between "current module" and "all modules". 

除此之外,它几乎是相同的。

相关问题