Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
1fb2b5362043b12d9fe69da547c5f71d4d4a8bf2
1fb2b53
Add CS_MODE_MIPS2 to opt-in for COP3 instructions (#939)
by Francesco Tamagni
· 7 years ago
9af9742
Honor CS_OPT_UNSIGNED on x86 and add cstool -u (#945)
by radare
· 7 years ago
1910fd5
mingw build: cstool fails to build with mingw (#941)
by Adrian Herrera
· 7 years ago
bde76eb
x86: fix FPU flags so const_generator.py can generate proper Python symbols
by Nguyen Anh Quynh
· 7 years ago
640bf38
bindings: update FPU flags & FPU group for x86 after the last merge
by Nguyen Anh Quynh
· 7 years ago
7982670
Next (#918)
by echotyh
· 7 years ago
4cd0857
Added qsort implementation for OS X kernel mode (#934)
by vit9696
· 7 years ago
73acde0
Merge branch 'next' of https://github.com/aquynh/capstone into next
by Nguyen Anh Quynh
· 7 years ago
1be2ed8
rebuild cstool when the core changes. fix #932
by Nguyen Anh Quynh
· 7 years ago
a8c7e4a
Merge #929 with some changes to get things compile (#930)
by vit9696
· 7 years ago
79194cc
x86: indentation
by Nguyen Anh Quynh
· 7 years ago
2266e67
fix nmake-x86.bat
by Nguyen Anh Quynh
· 7 years ago
3e7dae8
Compile cstool on Windows using Microsoft Visual Studio (VS) (#928)
by Quang Nguyễn
· 8 years ago
f49df92
suite: add disasm_mc.{py,sh}
by Nguyen Anh Quynh
· 8 years ago
2eda2a6
Test suite update (#926)
by Ruslan Kabatsayev
· 8 years ago
1010db4
Merge branch 'test3' into next
by Nguyen Anh Quynh
· 8 years ago
c62fe10
add nmake-x86.bat
by Nguyen Anh Quynh
· 8 years ago
d4345d9
x86: attempt to fix uninitialized memory, probably by introduction of UD0
by Nguyen Anh Quynh
· 8 years ago
7917523
cmake: build static MSVCRT by default
by Nguyen Anh Quynh
· 8 years ago
7ee4581
x86: LDS is invalid in x64. see #904
by Nguyen Anh Quynh
· 8 years ago
2b84c0c
x86: handle f2/f3 prefix for 16bit. see issue #452
by Nguyen Anh Quynh
· 8 years ago
64328e3
x86: add UD0 instruction
by Nguyen Anh Quynh
· 8 years ago
d5f075a
x86: LES is invalid in x64. see #904
by Nguyen Anh Quynh
· 8 years ago
c0b9f86
x86: AT&T syntax bug with zero offset segment register. see #884
by Nguyen Anh Quynh
· 8 years ago
ed1dab2
arm: another fix for #913
by Nguyen Anh Quynh
· 8 years ago
cbc1c03
Makefile: do not delete capstone.pc.in
by Nguyen Anh Quynh
· 8 years ago
6cd1ab1
arm: POP {reg} read/write SP register. this fixes #913
by Nguyen Anh Quynh
· 8 years ago
ec76b6f
x86: lock nop is a valid instruction. #915
by Nguyen Anh Quynh
· 8 years ago
5dccc62
cmake - fix SOVERSION property used for libcapstone.so (#914)
by Gabor Buella
· 8 years ago
342f50b
CMake: fix pkgconfig file
by Nguyen Anh Quynh
· 8 years ago
150ac00
cmake: install pkg config file
by Gabor Buella
· 8 years ago
6fbb0ed
fix compiling error in MS VS2015 (#869)
by noword
· 8 years ago
6d609eb
cstool: support arm64be
by Nguyen Anh Quynh
· 8 years ago
6beb6ad
Bugfix : setting all fields to insns cache (#899)
by Simorfo
· 8 years ago
cd7b282
Fix undefined behaviour produced by disassembling 6662dcbc615a (#898)
by radare
· 8 years ago
2c1c1b1
Fix assigned value with undefined (#893)
by radare
· 8 years ago
aaebd0b
add TMS320C64X to README
by Nguyen Anh Quynh
· 8 years ago
ae34c9b
Merge branch 'next2' into next
by Nguyen Anh Quynh
· 8 years ago
6f8bd55
binding: add Ocaml & Java const files for TMS320C64x
by Nguyen Anh Quynh
· 8 years ago
47d0478
Merge branch 'next' of https://github.com/fotisl/capstone into fotisl-next
by Nguyen Anh Quynh
· 8 years ago
44ca0e3
Added cstool support for tms320c64x
by Fotis Loukos
· 8 years ago
a6111df
Fixed group name getting function
by Fotis Loukos
· 8 years ago
cc8cc60
cleanup
by Nguyen Anh Quynh
· 8 years ago
d09f565
fix merged conflicts
by el2ro
· 8 years ago
5cdc9c3
replace if-s in AArch64_AM_decodeAdvSIMDModImmType10 with lookup table (#552)
by szt
· 8 years ago
4cebdb2
Merge branch 'next' of https://github.com/fotisl/capstone into fotisl-next
by Nguyen Anh Quynh
· 8 years ago
03de8c6
Corrected a bug
by Fotis Loukos
· 8 years ago
fea5f12
Fixed python bindings.
by Fotis Loukos
· 8 years ago
f20a0a0
Fix UB when accessing un-initialized array (#890)
by radare
· 8 years ago
bbc5fe3
Fixed myinttypes.h
by Fotis Loukos
· 8 years ago
0a159f1
TMS320C64x support at tests and const generator.
by Fotis Loukos
· 9 years ago
0e7a2e7
Minor fixes for the M68K port.
by Fotis Loukos
· 9 years ago
0850d55
Added support for the TMS320C64x architecture.
by Fotis Loukos
· 9 years ago
d46a4f2
Makefile install works even when pkg-config is missing
by Nguyen Anh Quynh
· 8 years ago
3f51966
PHP binding
by Nguyen Anh Quynh
· 8 years ago
13271a9
cstool: fix mips64 mode
by Nguyen Anh Quynh
· 8 years ago
a28ae7d
x86: support BND prefix. issue #872
by Nguyen Anh Quynh
· 8 years ago
15344de
provide a validity check to prevent against Integer overflow conditions (#870)
by Quang Nguyễn
· 8 years ago
f7a3cc2
add nmake.bat
by Nguyen Anh Quynh
· 8 years ago
996db1f
cstool: support armbe mode
by Nguyen Anh Quynh
· 8 years ago
4f8d799
Update cs.c
by Nguyen Anh Quynh
· 8 years ago
5e1b928
Fix compilation from within a macOS kernel extension. #867
by vit9696
· 8 years ago
52fa600
fix some warnings on VS2010 on redefining INTxx_MIN, INTxx_MAX
by Nguyen Anh Quynh
· 8 years ago
9f78ef2
Add ability to copy prebuilt libraries from prebuilt directory during python build
by Andrew Dutcher
· 8 years ago
5b84c69
x86: consistent register names ST0-ST7 with the asm output
by Nguyen Anh Quynh
· 8 years ago
755ec4b
arm64: rename enum arm64_mrs_reg to arm64_sysreg
by Nguyen Anh Quynh
· 8 years ago
a1422bd
arm: add IMM operand for printPostIdxImm8s4Operand(). issue #861
by Nguyen Anh Quynh
· 8 years ago
2fa3f02
ppc: print 0 offset for memory operand. see issue #856
by Nguyen Anh Quynh
· 8 years ago
b8fa0b0
Merge pull request #850 from radare/fix-warns
by Nguyen Anh Quynh
· 8 years ago
5a4dabd
Silent CC warnings
by pancake
· 8 years ago
9edf92c
Python: Automatically conform to PEP440 for version numbers. ported from Unicorn Python binding
by Nguyen Anh Quynh
· 8 years ago
bd2077c
switch endian mode with cs_option() for Arm/Arm64/Mips/Sparc. fix issue #849
by Nguyen Anh Quynh
· 8 years ago
b8dae7b
Merge pull request #848 from bSr43/next
by Nguyen Anh Quynh
· 8 years ago
9271db7
Fixes truncated immediate value in operand details
by Vincent Bénony
· 8 years ago
29ac2e4
Merge pull request #845 from emoon/fix-8-bit-displacement
by Nguyen Anh Quynh
· 8 years ago
18e8cee
Fixed incorrect 8-bit displacement
by Daniel Collin
· 8 years ago
fca6fe4
arm: groups for Thumb SETEND instruction. ported from #843
by Nguyen Anh Quynh
· 8 years ago
dd56985
x86: Fix the operand encoding in the test instruction for reduce set, issue #702
by Nguyen Anh Quynh
· 8 years ago
c00d644
Merge branch 'next' of https://github.com/aquynh/capstone into next
by Nguyen Anh Quynh
· 8 years ago
7339846
x86: Fix the operand encoding in the test instruction, issue #702
by Nguyen Anh Quynh
· 8 years ago
35c9623
(M68k) make displacements signed (#836)
by BartmanAbyss
· 8 years ago
b1b9f2c
Fix build under VS2012 (i.e. MSC_VER = 1700)
by Ben Cheney
· 8 years ago
8a0f0a8
Merge pull request #830 from mrexodia/next
by Nguyen Anh Quynh
· 8 years ago
972a6a6
added regression test for issue #702
by mrexodia
· 8 years ago
9d5b81d
ignore build directories
by mrexodia
· 8 years ago
0237e4c
arm: fix operand access info for Bcc & BL. see issue #826
by Nguyen Anh Quynh
· 8 years ago
14a2068
Merge branch 'next' of https://github.com/aquynh/capstone into next
by Nguyen Anh Quynh
· 8 years ago
1814c7e
arm: fix access info for RET. see issue #825
by Nguyen Anh Quynh
· 8 years ago
ce4a884
Merge pull request #822 from hlein/next
by Nguyen Anh Quynh
· 8 years ago
1b4d805
Make sure bindir exists before installing to it.
by Hank Leininger
· 8 years ago
f996ce5
Merge pull request #819 from akirschbaum/next-java-add-binding
by Nguyen Anh Quynh
· 8 years ago
7a8c7af
Java: Support cs_strerror() and cs_regs_access()
by Andreas Kirschbaum
· 8 years ago
b3a71cd
Merge pull request #820 from akirschbaum/next-java-bugfix1
by Nguyen Anh Quynh
· 8 years ago
37b81f2
Java: Fix a bug where Arm.OpInfo.memBarrier and Arm.OpInfo.op is wrongly calculated
by Andreas Kirschbaum
· 8 years ago
afb328f
Merge pull request #821 from akirschbaum/next-java-bugfix2
by Nguyen Anh Quynh
· 8 years ago
d31f94f
Java: Fix a bug where Arm.Operand is wrongly calculated for the second and following operands
by Andreas Kirschbaum
· 8 years ago
5bc875a
x86: fix X86_REL_ADDR macro - handle two-byte jump instructions
by Gabor Buella
· 8 years ago
a96e8fe
cmake: Add a check of MSVC variable before setting flags that link the library. ported from PR #814
by Nguyen Anh Quynh
· 8 years ago
df24131
arm: fix decoding Thumb big-endian instructions. ported from PR #813
by Nguyen Anh Quynh
· 8 years ago
61a5031
x86: fix instruction MOVAPS & MOVAPD. see issue #809
by Nguyen Anh Quynh
· 8 years ago
Next »