|
计算机科学 2008
Algorithm for Dynamic Disassembly Based on Interrupt Scheme
|
Abstract:
Disassembly is done statically,usually.It is hard to deal with logic trap,deceiving-instruction,data-in-code,dynamic control-flow-instruction,etc.by static disassembly.On the other hand,the code can be specially designed using dynamic control-flow-instruction instead,or with logic trap and deceiving-instruction,which both can make the static disassembly and analyzing impossible.Working with the interrupt scheme,disassembly can be done dynamically.The instructions executed exactly can be traced and disassemb...