radare2/shlr/udis86
pancake a9907ec4f5 Fix udis86 regression
$ rasm2 -o 0x100005f8f -a x86 -b32 -d e800000000
call 0x5f94

$ rasm2 -o 0x100005f8f -a x86.cs -b32 -d e800000000
call 0x100005f94
2014-06-27 03:34:23 +02:00
..
decode.c Fix C89 building of udis86 plugin 2014-02-17 02:45:53 +04:00
decode.h Use our own fork of udis86. Update it 2014-02-17 02:13:27 +04:00
esil.h Refactorization of ESIL code generation for x86 instructions (new files) 2013-11-19 22:39:38 +01:00
extern.h Use our own fork of udis86. Update it 2014-02-17 02:13:27 +04:00
input.h Update udis86 from git. Fix #97 2013-06-10 00:28:55 +02:00
itab.c Use our own fork of udis86. Update it 2014-02-17 02:13:27 +04:00
itab.h Use our own fork of udis86. Update it 2014-02-17 02:13:27 +04:00
Jamroot Add more Jamroot files and move some plugs to r2-extras 2013-12-31 15:34:27 +01:00
Makefile Use our own fork of udis86. Update it 2014-02-17 02:13:27 +04:00
syn-att.c Fix #382 - Refactor 16bit addressing issue to fix rel32 calculation 2013-11-30 03:28:19 +01:00
syn-intel.c Fix #382 - Refactor 16bit addressing issue to fix rel32 calculation 2013-11-30 03:28:19 +01:00
syn.c Fix udis86 regression 2014-06-27 03:34:23 +02:00
syn.h Fix #382 - Refactor 16bit addressing issue to fix rel32 calculation 2013-11-30 03:28:19 +01:00
types.h Use our own fork of udis86. Update it 2014-02-17 02:13:27 +04:00
udint.h Update udis86 from git 2013-11-15 01:37:24 +01:00
udis86.c Use our own fork of udis86. Update it 2014-02-17 02:13:27 +04:00