Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
a96d25ed45130a3d9a1dc186e645312f85bce501
/
cs_priv.h
7772d85
x86: fix known issue with prefix by combining with previous prefix instruction. this is not perfect, but good enough for now
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
a8eb7a5
rename memory function pointer types to have cs_ prefix. also rename internal function pointers my_* to have cs_mem_ prefix - suggested by Pancake
by Nguyen Anh Quynh
· 11 years ago
1acfd0b
move insn_cache into cs_struct to gurantee thread-safe
by Nguyen Anh Quynh
· 11 years ago
c740407
move internal memory management declarations from utils.h to cs_priv.h
by Nguyen Anh Quynh
· 11 years ago
b265406
cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu
by Nguyen Anh Quynh
· 11 years ago
ae3649f
rename some C header guards to be without _ as prefix to follow naming convention of C language. suggested by Markus Elfring
by Nguyen Anh Quynh
· 11 years ago
19b0de3
moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands
by Nguyen Anh Quynh
· 11 years ago
42c6b1a
initial support for PPC
by Nguyen Anh Quynh
· 11 years ago
0755282
reduce MAX_ARCH to save some memory. this is for internal usage only, so we can increase it in future if needed without having any compatibility issue
by Nguyen Anh Quynh
· 11 years ago
d345839
support cs_option() for arm64 module
by Nguyen Anh Quynh
· 11 years ago
39a42ed
Change the way of supporting arch modularization
by Nguyen Anh Quynh
· 11 years ago
f185180
cleaner implementation for arch modularization
by Nguyen Anh Quynh
· 11 years ago
4d3e852
detail option: provide instruction id even when detail option is OFF
by Nguyen Anh Quynh
· 11 years ago
a209e67
support to turn on/off building instruction details
by Nguyen Anh Quynh
· 11 years ago
a01d154
x86: handle outs instruction in 16bit mode
by Nguyen Anh Quynh
· 11 years ago
f0e4eed
Use const on all read-only buffers
by pancake
· 11 years ago
2215895
mips: no need cs_struct.micro_mips, as we can get that from cs_struct.mode
by Nguyen Anh Quynh
· 11 years ago
a253c7a
x86: map EFLAGS to string of 'flags', 'eflags' or 'rflags' depending on current CS_MODE
by Nguyen Anh Quynh
· 11 years ago
c04f873
Use uint64_t instead of size_t for addresses
by pancake
· 11 years ago
7c7a8bc
arm: move static variable ITBlock to cs_struct, so make arm code truly thread-safe
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
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
26ee41a
initial import
by Nguyen Anh Quynh
· 11 years ago