Nguyen Anh Quynh
|
2bb6bdb08e
|
python: CsInsn's errno() method is missing self argument
|
11 years ago |
Nguyen Anh Quynh
|
fc4bc120e1
|
python: correct CS_OPT_SYNTAX_NOREGNAME & add 1 more test to test.py. issue reported by Dang Hoang Vu
|
11 years ago |
Nguyen Anh Quynh
|
646ca6b066
|
python: add missing PPC support to the last commit
|
11 years ago |
danghvu
|
02874e6afe
|
Shorten python code for getting detail info
|
11 years ago |
Nguyen Anh Quynh
|
c263d350f7
|
correct comments on CS_OPT_ON/OFF regarding default detail option
|
11 years ago |
Nguyen Anh Quynh
|
6a1107c216
|
java: update following the change to detail mode in the core
|
11 years ago |
Nguyen Anh Quynh
|
428fdcdfda
|
python: update following the change to detail mode in the core
|
11 years ago |
Nguyen Anh Quynh
|
2ba53f5a30
|
python: avoid copying data inside CsInsn by saving raw information and use getters. Idea of Dang Hoang Vu
|
11 years ago |
Nguyen Anh Quynh
|
83dd67e405
|
java: OpenJDK 7 is also supported
|
11 years ago |
Nguyen Anh Quynh
|
d2f46d7876
|
remove bindings/csharp - we no longer maintain it
|
11 years ago |
Nguyen Anh Quynh
|
bc97e6cb13
|
bump package version to 2.0
|
11 years ago |
Nguyen Anh Quynh
|
1acfd0b883
|
move insn_cache into cs_struct to gurantee thread-safe
|
11 years ago |
Nguyen Anh Quynh
|
1044c3e912
|
java: indentation fix
|
11 years ago |
Nguyen Anh Quynh
|
fa02175fba
|
python: delete redundant .gitignore
|
11 years ago |
Nguyen Anh Quynh
|
61e572b497
|
python: update to support PPC
|
11 years ago |
Nguyen Anh Quynh
|
91e532d5ab
|
print out ppc_bh information in test_ppc.c & TestPpc.java
|
11 years ago |
danghvu
|
c476765086
|
Update java binding for PPC arch
|
11 years ago |
danghvu
|
5611de05a9
|
Fix const generator to account for PPC enum style
|
11 years ago |
Nguyen Anh Quynh
|
5cd6b340c4
|
python: add PPC test to test.py & test_detail.py
|
11 years ago |
Nguyen Anh Quynh
|
f1d489b949
|
ppc: support details information
|
11 years ago |
Nguyen Anh Quynh
|
34f96389a9
|
add new API: cs_strerror() return a string describing a given error code. this should be used together with cs_errno()
|
11 years ago |
Nguyen Anh Quynh
|
5f1f90c559
|
fix for the last commit, and make the test code no longer specify ppc code as 64bit
|
11 years ago |
Nguyen Anh Quynh
|
ce3ef95e9c
|
python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes
|
11 years ago |
Nguyen Anh Quynh
|
e06b2d0868
|
python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes
|
11 years ago |
Nguyen Anh Quynh
|
591d98cb24
|
python: cs_disasm*() now use generator rather than a list to return disassembled instructions. suggested by Mario Vilas.
|
11 years ago |
Nguyen Anh Quynh
|
ef709f0272
|
python: cs_disasm*() now use generator rather than a list to return disassembled instructions. suggested by Mario Vilas.
|
11 years ago |
Nguyen Anh Quynh
|
f2d0ff2155
|
python: add PPC sample to test.py
|
11 years ago |
Nguyen Anh Quynh
|
4d22779f1c
|
add the missing include/ppc.h
|
11 years ago |
Nguyen Anh Quynh
|
42c6b1acc7
|
initial support for PPC
|
11 years ago |
Nguyen Anh Quynh
|
51a7710ed7
|
java: update cs_version() prototype following the changes to this API in the core
|
11 years ago |
Nguyen Anh Quynh
|
82fe8ff751
|
python: update binding following the changes to cs_version()
|
11 years ago |
danghvu
|
80348ba5f7
|
Clean up unused code and some coding style
|
11 years ago |
danghvu
|
ef9bd0ab48
|
Let jna handle alignment, reduce performance but more cross-platform
|
11 years ago |
danghvu
|
8677ce756c
|
Minor changes for x86 compatibility
|
11 years ago |
danghvu
|
03be9f5820
|
Fix java binding for cs2 branch
|
11 years ago |
Nguyen Anh Quynh
|
496a62b26b
|
python: update to new API cs_disasm_ex()
|
11 years ago |
Nguyen Anh Quynh
|
3a87fb9ad0
|
python: minor fix for comments of _dummy_cs class
|
11 years ago |
Nguyen Anh Quynh
|
3cbb23064e
|
python: keep referencing Cs class so make sure it is around until all CsInsn objects are deleted. bug reported by felixwilhelm
|
11 years ago |
Nguyen Anh Quynh
|
9ac9fcf2b3
|
python: support newly added API cs_support() & cs_version_ex()
|
11 years ago |
Nguyen Anh Quynh
|
e76eae2c51
|
python: fix for README to keep lines within 80 columns for readability
|
11 years ago |
Nguyen Anh Quynh
|
7008356bc5
|
change cs_insn struct to follow the commit 18103e4a . fixed Python & Java bindings accordingly. attn: bindings
|
11 years ago |
Kedar
|
6b7b7d9c97
|
Make instruction distinction clearer
|
11 years ago |
Nguyen Anh Quynh
|
a1818520df
|
python: correct the last commit to fix cs_disasm_quick()
|
11 years ago |
Nguyen Anh Quynh
|
630a86bcd8
|
python: cs_disasm_quick() doesnt create CsInsn array on return, and makes reference to non-existent self. bug reported by Mario Vilas
|
11 years ago |
Nguyen Anh Quynh
|
5f0c6869ca
|
python: correct the last commit to fix cs_disasm_quick()
|
11 years ago |
Kedar
|
edf10913fc
|
Update README for Windows install
|
11 years ago |
Nguyen Anh Quynh
|
e71abd4666
|
python: cs_disasm_quick() doesnt create CsInsn array on return, and makes reference to non-existent self. bug reported by Mario Vilas
|
11 years ago |
Nguyen Anh Quynh
|
1bdb23a76d
|
add CS_OPT_MODE option. this allows us to change engine's mode at run-time
|
11 years ago |
Nguyen Anh Quynh
|
d06e2f5ac1
|
arm: expose alias registers SB, SL, FP & IP. attn: bindings
|
11 years ago |
Nguyen Anh Quynh
|
315930d477
|
python: correct DLL file for dynamic loading when module is imported
|
11 years ago |