MahdiSafsafi / UnivDisasm

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

Little Error #6

Closed Pigrecos closed 8 years ago

Pigrecos commented 8 years ago

I'm testing your library and I realized that decoding incorrectly the following sequence:

Binary in 32 bits

FFE0 JMP EAX

UnivDisasm decoding as Jmp RAX

Thanks so much

Pigrecos commented 8 years ago

Good!! ;)