Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
f9e3216568ffcb8e777a38d87bb0dbed057b02fc
« Previous
270d8ae
Merge branch 'master' into x86
by Nguyen Anh Quynh
· 11 years ago
3640f3c
clarify in capstone.h that no API accepts CS_ARCH_* as handle anymore
by Nguyen Anh Quynh
· 11 years ago
45078f8
finally drop ugly support for using arch as handle in cs_reg_name(). this doesnt change API
by Nguyen Anh Quynh
· 11 years ago
36d143b
x86: update core engine
by Nguyen Anh Quynh
· 11 years ago
ad61c49
arm64: handle decomposer properly for alias insn
by Nguyen Anh Quynh
· 11 years ago
e1611f0
arm64: fix wrong calculation of arm64.update_flags with a tricky way of using cs_reg_write()
by Nguyen Anh Quynh
· 11 years ago
6b9b664
arm64: support more alias insn
by Nguyen Anh Quynh
· 11 years ago
0fd5da2
fixed bad disassembly mode definitions. by Daniel Godas-Lopez
by Nguyen Anh Quynh
· 11 years ago
20b2d80
Improved performance of java binding
by danghvu
· 11 years ago
f9dc082
Merge remote-tracking branch 'upstream/master'
by danghvu
· 11 years ago
bfd2de6
Fix Arm64.java miss type
by danghvu
· 11 years ago
a7d954f
Adjust binding tests to match api changes
by danghvu
· 11 years ago
6b7abe3
arm64: handle alias insn in a better way, and add support for MNEG. bug reported by Patroklos Argyroudis
by Nguyen Anh Quynh
· 11 years ago
81d35e6
Merge branch 'master' of https://github.com/aquynh/capstone
by Nguyen Anh Quynh
· 11 years ago
723687e
tests: typecast size_t to uint64_t for printf, since MingW doesnt support zu specifier
by Nguyen Anh Quynh
· 11 years ago
56398be
Merge pull request #14 from d1g1t4l/clean_all
by Nguyen Anh Quynh
· 11 years ago
9286504
now the clean target deletes all binaries from all targets
by Daniel Godas-Lopez
· 11 years ago
f1656de
reduce the size of @operands for arm & arm64
by Nguyen Anh Quynh
· 11 years ago
bbd4131
python: more fixes, so this works on x86
by Nguyen Anh Quynh
· 11 years ago
774f54f
python: fix capstone.py to reflect new change in cs_disasm_dyn()
by Nguyen Anh Quynh
· 11 years ago
affea2f
python: fix code to reflect last API changes
by Nguyen Anh Quynh
· 11 years ago
90acea3
fix arm64_op_mem & arm64_op_type structures: int32_t is enough for imm & disp
by Nguyen Anh Quynh
· 11 years ago
402f3fc
bump API to 1.3
by Nguyen Anh Quynh
· 11 years ago
b42a657
change cs_disasm() and cs_disasm_dyn() to be portable API. fix related code using these API
by Nguyen Anh Quynh
· 11 years ago
0b6f1bd
x86: fix SHR, SHL, SAR insn when second op is 1 (Intel syntax). reported by Edgar Barbosa
by Nguyen Anh Quynh
· 11 years ago
b8394a4
add a note on gcc-multilib requirement for cross-compile to 'nix32'
by Nguyen Anh Quynh
· 11 years ago
cf05e11
added cygwin targets to the script and made cross-win* targets explicit
by Daniel Godas-Lopez
· 11 years ago
0f7c432
unified the targets for *nix and windows
by Daniel Godas-Lopez
· 11 years ago
7545b9b
Correct main Makefile back
by danghvu
· 11 years ago
4891dba
Merge remote-tracking branch 'upstream/master'
by danghvu
· 11 years ago
686fdf6
Fix a bug on machine without jna cannot make clean
by danghvu
· 11 years ago
d7dbccd
Removed a couple of inoffensive compiler warnings. By Daniel Godas-Lopez
by Nguyen Anh Quynh
· 11 years ago
fe6ced4
quick hack to disable clean method of java binding. this enables 'make clean' work again on non-java machine
by Nguyen Anh Quynh
· 11 years ago
a08d2ce
Merge pull request #9 from danghvu/master
by Hoang-Vu Dang
· 11 years ago
2e19d93
More generic name for *nix target
by danghvu
· 11 years ago
a0f93bd
Shorten tests/Makefile
by danghvu
· 11 years ago
741a9de
arm: print immediate as 32bit rather than 64bit number. fix the bug reported by LongLD
by Nguyen Anh Quynh
· 11 years ago
5aeeb2c
update .gitignore to ignore bunch of files
by Nguyen Anh Quynh
· 11 years ago
7143f8a
Merge pull request #6 from danghvu/master
by Hoang-Vu Dang
· 11 years ago
f10be9b
x86: fix an overflow bug reported by Pancake
by Nguyen Anh Quynh
· 11 years ago
c4325f8
Add remaining untested functions
by danghvu
· 11 years ago
71e1c4f
More verbose Java binding Makefile
by danghvu
· 11 years ago
7fff908
Do not let the archive grow
by pancake
· 11 years ago
ad3cbaf
Use proper Makefile targets in tests
by pancake
· 11 years ago
bad54f3
Fix java binding for 32-bit
by danghvu
· 11 years ago
1a7c449
Fix python test output, same as core test
by danghvu
· 11 years ago
f3ef696
Fix java binding test, output the same as core test
by danghvu
· 11 years ago
cbaa37e
Merge branch 'radare'
by Nguyen Anh Quynh
· 11 years ago
236f226
Merge branch 'master' of https://github.com/radare/capstone into radare
by Nguyen Anh Quynh
· 11 years ago
46e8ca8
correct typos in COMPILE
by Nguyen Anh Quynh
· 11 years ago
7d1a50b
Merge pull request #4 from argp/argp-dev
by Nguyen Anh Quynh
· 11 years ago
f86a7d5
Packaging java binding
by danghvu
· 11 years ago
b598c7d
Improve Java speed
by danghvu
· 11 years ago
7b08804
Fix partially inconsistent output from java binding
by danghvu
· 11 years ago
72a196e
Add a Makefile for testing binding
by danghvu
· 11 years ago
001850c
python: delete orphan files
by Nguyen Anh Quynh
· 11 years ago
02cad6e
Use standard DESTDIR/PREFIX and some Makefile cleanup
by pancake
· 11 years ago
f1cbce2
Add 'archive' target to build static library
by pancake
· 11 years ago
29b59f2
Merge pull request #2 from danghvu/master
by Hoang-Vu Dang
· 11 years ago
b782cdc
update CREDITS
by Nguyen Anh Quynh
· 11 years ago
4992959
update CREDITS
by Nguyen Anh Quynh
· 11 years ago
18ebd80
add more details into HACK file
by Nguyen Anh Quynh
· 11 years ago
3e83cd3
update CREDITS
by Nguyen Anh Quynh
· 11 years ago
a6503fe
Small documentation fix for installation paths
by Patroklos Argyroudis
· 11 years ago
84243cd
update CREDITS
by Nguyen Anh Quynh
· 11 years ago
4ecb3ff
double credits for our hero The Grugq :-)
by Nguyen Anh Quynh
· 11 years ago
bdbde1f
using spaces for indentation for HACK
by Nguyen Anh Quynh
· 11 years ago
6c85e5a
update CREDITS.TXT to credit beta-testers
by Nguyen Anh Quynh
· 11 years ago
5f49552
Refactor java binding, remove offset dependency
by danghvu
· 11 years ago
d02474c
Makefile: another fix for cross-compiling for Windows with Mingw
by Nguyen Anh Quynh
· 11 years ago
3eb9ac9
mingw doesnt accept .errno of cs_struct. this fixes make it happy, and enable Windows cross-compile again
by Nguyen Anh Quynh
· 11 years ago
ec74555
Merge branch 'master' of https://github.com/aquynh/capstone
by Nguyen Anh Quynh
· 11 years ago
1ae38db
add HACK file
by Nguyen Anh Quynh
· 11 years ago
35855b5
Fix indentation consistency
by danghvu
· 11 years ago
6a6947f
initial commit for java binding
by danghvu
· 11 years ago
26ee41a
initial import
by Nguyen Anh Quynh
· 11 years ago
89011f6
delete silly README.md
by Nguyen Anh Quynh
· 11 years ago
3b88be7
Update README.md
by Nguyen Anh Quynh
· 11 years ago
0c91f8f
Initial commit
by Nguyen Anh Quynh
· 11 years ago