ChrisZim / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

please add syscall support #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello.

Please add support for syscall mnemonic
Mnemonic Opcode Description
SYSCALL   0F 05  Call operating system.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
It actually was already supported for x86-64 builds. But now after looking at 
the AMD docs, it appears that it is valid for x86 as well, so I've updated the 
decoding tables to decode 0f 05 and 0f 07 for 32-bit builds as well.

Original comment by evan.teran on 3 Oct 2012 at 4:27