MahdiSafsafi / UnivDisasm

x86 Disassembler and Analyzer
Mozilla Public License 2.0
92 stars 34 forks source link

How to cancel automatic analysis #11

Closed hksoobe closed 8 years ago

hksoobe commented 8 years ago

for example image used UnivDisasm-master\Examples\Demo1 /* testfun / 0067B508 call @0x401004 0067B50E jmp @0x401004 0067B514 ret /------------------------------------------------*/ I just need the original instruction

What should I do? thank you!

In addition to this problem: https://github.com/MahdiSafsafi/UnivDisasm/issues/10

MahdiSafsafi commented 8 years ago

Remove USO_SHOW_DST_ADDR option from SyntaxOptions and UnivDisasm will display the original memory. ins.SyntaxOptions := (USO_DEFAULT or USO_SHOW_PTR) and not USO_SHOW_DST_ADDR;