MahdiSafsafi / UnivDisasm

x86 Disassembler and Analyzer
Mozilla Public License 2.0
97 stars 36 forks source link

Can you add an option number uppercase? #13

Closed hksoobe closed 8 years ago

hksoobe commented 8 years ago

call @00ada72f to call @00ADA72F

add esp,0xf0 to add esp,0xF0

and can you add the display options for the @ symbol?

This looks more align

Thank you!

MahdiSafsafi commented 8 years ago

Hi, Sorry for being late to answer @ sign is used to indicate that the address was decoded (the call will go to that address). I prefer to let this symbol. For numbers, I believe that it's better to keep them as mnemonics case state. If you don't feel confortable with UNIV Syntax, you may think to customize UNIV_SYNTAX and register a new syntax decoder.