Nguyen Anh Quynh
|
4fe4281f0d
|
x86: take care negative immediate (no prefix 0x) when print number greater than -10
|
11 years ago |
Nguyen Anh Quynh
|
a4c16a6fd5
|
mips: print immediate under 10 without prefix 0x
|
11 years ago |
Nguyen Anh Quynh
|
f22557ba88
|
x86: print immediate without prefix 0x if the number is under 10
|
11 years ago |
Nguyen Anh Quynh
|
e5c658c407
|
move PKG_* away from cs.c to CONFIG
|
11 years ago |
Nguyen Anh Quynh
|
70bab7e61d
|
x86: cleaner fix for 16bit instruction with data override 'reverse'
|
11 years ago |
Nguyen Anh Quynh
|
04da0090a7
|
x86: quick hack to fix 16bit issue with data override 'reverse'. this might fix bunch of bugs reported by Joxean & Pancake
|
11 years ago |
Nguyen Anh Quynh
|
1f24586535
|
arm64: turn off debug output
|
11 years ago |
Nguyen Anh Quynh
|
65c2cb8e13
|
x86: handle outs instruction in 16bit mode. bug reported by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
a01d1546d6
|
x86: handle outs instruction in 16bit mode
|
11 years ago |
Nguyen Anh Quynh
|
a8894b2d82
|
x86: remove debug code
|
11 years ago |
Nguyen Anh Quynh
|
4d85f29e08
|
x86: properly output insb/insd instruction with the right mode. bug reported by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
86dc393e81
|
properly handle output string having space as separator
|
11 years ago |
Nguyen Anh Quynh
|
defb9bcf2f
|
more flexible on extracting insn menemonic, as sometimes space can be used as separator, not only tab
|
11 years ago |
Nguyen Anh Quynh
|
9fa7a6e326
|
x86: dirty fix for relative call for 16bit mode. need to be properly fixed in future. bug reported by Joxean and Pancake
|
11 years ago |
Nguyen Anh Quynh
|
c961464af3
|
Merge branch 'const-strings' of https://github.com/radare/capstone into const
|
11 years ago |
Nguyen Anh Quynh
|
b385284a8f
|
arm64: friendly display immediates under 10 without prefix 0x
|
11 years ago |
pancake
|
f0e4eed89d
|
Use const on all read-only buffers
|
11 years ago |
Nguyen Anh Quynh
|
fff0abb629
|
arm64: clean up
|
11 years ago |
Nguyen Anh Quynh
|
ad89d25d05
|
mips: optimize Mips_map_register() to O(1). suggested by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
2b4258997f
|
arm64: avoiding duplicate call on AArch64_map_insn() in AArch64_printInst()
|
11 years ago |
Nguyen Anh Quynh
|
66f6c2283e
|
mips: fix NEGU alias instruction. bug reported by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
d051328a20
|
mips: no need to map BNEZ for alias insn name. bug reported by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
10fd59eacf
|
cleanup & remove dead code in arm, arm64 & mips. dead code was reported by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
778ec163e5
|
mips: support N64 mode and simplify handling micro-mips
|
11 years ago |
Nguyen Anh Quynh
|
2215895ebc
|
mips: no need cs_struct.micro_mips, as we can get that from cs_struct.mode
|
11 years ago |
Nguyen Anh Quynh
|
9d946516c3
|
arm64: fix AArch64_getFeatureBits()
|
11 years ago |
Nguyen Anh Quynh
|
a1fbd4aada
|
mips: fix Mips_getFeatureBits()
|
11 years ago |
Nguyen Anh Quynh
|
e105060dd3
|
Merge branch 'master' of https://github.com/aquynh/capstone
|
11 years ago |
Nguyen Anh Quynh
|
462f291b9f
|
ARM: Fix bunch of issues
- Bugs
- start switching to more friendly asm: for number under 10, print without hex in front
|
11 years ago |
Nguyen Anh Quynh
|
ff771f6c84
|
arm: fix a typo in calling DecodeT2CPSInstruction()
|
11 years ago |
Nguyen Anh Quynh
|
8940e5c5d0
|
java: return empty array when op_count = 0, rather than NULL. this is to be consistent with all other bindings
|
11 years ago |
Nguyen Anh Quynh
|
aa036eebc2
|
bindings: add cs_version() back for python & java
|
11 years ago |
Nguyen Anh Quynh
|
36df4bb6a7
|
revert the cs_version() API
|
11 years ago |
Nguyen Anh Quynh
|
723fa80890
|
arm: some hardware features must be mutually exclusive
|
11 years ago |
Nguyen Anh Quynh
|
67fd143a8b
|
python: remove useless __init__.py
|
11 years ago |
Nguyen Anh Quynh
|
98bc9c3932
|
bindings: update java & python follow last API change
|
11 years ago |
Nguyen Anh Quynh
|
bb64b0bdca
|
more API version to capstone.h, and remove cs_version(). reset API back to 1.0 for public release
|
11 years ago |
Nguyen Anh Quynh
|
37c7d77e76
|
x86: print mem pointer reference in lowercase
|
11 years ago |
Nguyen Anh Quynh
|
b2dc054a5f
|
BSD platforms are supported
|
11 years ago |
Nguyen Anh Quynh
|
f74bebf53f
|
update COMPILE & README for FreeBSD support
|
11 years ago |
Nguyen Anh Quynh
|
5ee165be08
|
Merge branch 'master' of https://github.com/aquynh/capstone
|
11 years ago |
Nguyen Anh Quynh
|
0427122ced
|
add information on static lib installation into COMPILE
|
11 years ago |
Nguyen Anh Quynh
|
a253c7a8e8
|
x86: map EFLAGS to string of 'flags', 'eflags' or 'rflags' depending on current CS_MODE
|
11 years ago |
Nguyen Anh Quynh
|
bdaf3b5089
|
x86: delete useless constant values assigned for instructions in x86.h
|
11 years ago |
Nguyen Anh Quynh
|
80ff30b977
|
Makefile: use PKGCFGF for capstone.pc
|
11 years ago |
Nguyen Anh Quynh
|
858546992f
|
Merge branch 'master' of https://github.com/radare/capstone into radare
|
11 years ago |
Nguyen Anh Quynh
|
f5d9892f41
|
x86: return lowercase string for instrution name
|
11 years ago |
Nguyen Anh Quynh
|
87bb421d3b
|
arm: return lowercase string for instrution name
|
11 years ago |
Nguyen Anh Quynh
|
6677b994e7
|
arm: fix a wrong calculation on sign of .disp value in mem reference
|
11 years ago |
Nguyen Anh Quynh
|
3ff4ccbc5b
|
bindings: update python & java following mips core engine
|
11 years ago |