0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update instructions in COMPILE about compiling/installing bindings before usage More... about 11 years ago
bindings: more flexible autogen on generating filenames containing constants More... about 11 years ago
python: 'make' alone does not install python module More... about 11 years ago
bindings: add project info into autogen files More... about 11 years ago
bindings: Makefile does nothing by default More... about 11 years ago
bindings: add author info to const_generator.py More... about 11 years ago
Merge branch 'master' of https://github.com/danghvu/capstone into autogen More... about 11 years ago
fix some potential format string bugs in arm64, arm & mips More... about 11 years ago
x86: print segment register in some insns with memory references. This fixes the bug reported by Edgar & Attila More... about 11 years ago
semantics: add insn group JUMP, so now we can check if this insn is branching More... about 11 years ago
arm: move static variable ITBlock to cs_struct, so make arm code truly thread-safe More... about 11 years ago
x86: clang still complains on unused enum type. this shuts it up More... about 11 years ago
arm64: remove asprintf.c and use static buffer instead for SysRegMapper_toString(). this fixes the bug on MSR insn reported by Patroklos Argyroudis More... about 11 years ago
Add clean target for bindings/Makefile More... about 11 years ago
Add support for python in const_generator.py More... about 11 years ago
Modify java binding to use the auto-generated files More... about 11 years ago
Name the target clearer in Makefile for testing binding More... about 11 years ago
Add a script to generate constant for binding More... about 11 years ago
update CREDITS More... about 11 years ago
test: add few (commented out) arm instructions to test_arm.c More... about 11 years ago
test: add some more insn to test_arm.c (commented out code) More... about 11 years ago
arm: fix param of MCRegisterInfo_InitMCRegisterInfo() in ARM_init() More... about 11 years ago
arm: fix wrong calculation on update_flags due to dropped support for cs_reg_write() with 0 as handle More... about 11 years ago
arm: upgrade core engine More... about 11 years ago
tests: add some test insn (commented) More... about 11 years ago
Merge branch 'master' into x86 More... about 11 years ago
clarify in capstone.h that no API accepts CS_ARCH_* as handle anymore More... about 11 years ago
finally drop ugly support for using arch as handle in cs_reg_name(). this doesnt change API More... about 11 years ago
x86: update core engine More... about 11 years ago
arm64: handle decomposer properly for alias insn More... about 11 years ago