Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
ff8376349315d6ff1d38d01b76a9c61df48212be
/
SStream.c
bcf09f4
Add support to embed Capstone into OS X kernel extensions.
by reverser
· 10 years ago
9d60607
inttypes.h fix
by Cr4sh
· 10 years ago
03a1836
arm64: set absolute (rather than relative) address B/BL. issue reported by Pancake
by Nguyen Anh Quynh
· 10 years ago
c109e8e
arm64: print shifter in decimal mode. this is to be consistent with ARM engine
by Nguyen Anh Quynh
· 10 years ago
d91f964
* Fixed bug in Thumb2 pop caused by me incorrectly assuming that
by flyingsymbols
· 10 years ago
ea3c089
some simple optimizations for speed. this improves performance about 5%
by Nguyen Anh Quynh
· 10 years ago
ced9d24
Workaround missing <inttypes.h> on MSVC 2010
by Yegor Derevenets
· 10 years ago
46a74e5
arm64: update core. this added a lot more details to cs_arm64_op struct
by Nguyen Anh Quynh
· 10 years ago
298d413
* added a test file to suite for testing invalid and valid instruction sequences
by flyingsymbols
· 10 years ago
476d5ad
msvc: disable warning on strcpy()
by Nguyen Anh Quynh
· 10 years ago
b76233c
avoid using vsnprintf when possible for SStream_concat() to improve performance. based on the idea of Dang Hoang Vu.
by Nguyen Anh Quynh
· 10 years ago
bb0744d
do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC
by Nguyen Anh Quynh
· 10 years ago
42706a3
indentation with tab
by Nguyen Anh Quynh
· 10 years ago
779d4c7
first changes to get a successfully compiled version of capstone on VS2012
by Axel 0vercl0k Souchet
· 10 years ago
6023ef7
Disassembler -> Disassembly
by Nguyen Anh Quynh
· 11 years ago
fc83a43
add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40%
by Nguyen Anh Quynh
· 11 years ago
edeeb04
make vsnprintf() user-defined function pointer, which is passed in via the same CS_OPT_MEM option like malloc/calloc etc
by Nguyen Anh Quynh
· 11 years ago
26ee41a
initial import
by Nguyen Anh Quynh
· 11 years ago