1693 Commits (733cdafe708680229c467b3e8911c67ce2372dfd)
 

Author SHA1 Message Date
Nguyen Anh Quynh 733cdafe70 Merge branch 'mips' into next 10 years ago
Nguyen Anh Quynh d463bde653 Merge branch 'next' of https://github.com/aquynh/capstone into next 10 years ago
Nguyen Anh Quynh 8c5c292752 Merge branch 'improvement/remove_mips_n64' of https://github.com/parasyte/capstone into mips 10 years ago
Nguyen Anh Quynh a91c1994ea docs: add a link to online doc of cs_disasm_iter() 10 years ago
Nguyen Anh Quynh ab51d8095a Merge pull request #196 from parasyte/bug/ignore_test_iter 10 years ago
Jay Oster 79e253c516 Remove CS_MODE_N64 10 years ago
Jay Oster b1119a39e5 Add tests/test_iter to .gitignore 10 years ago
Nguyen Anh Quynh 9090672e97 clean cs_disasm_iter() 10 years ago
Nguyen Anh Quynh 2c8b2627d1 capstone.h: document that for instruction or when detail mode is OFF, the detail pointer is irrelevant, regardless of its value 10 years ago
Nguyen Anh Quynh 1a83cea5f5 Merge branch 'newapi' into next 10 years ago
Nguyen Anh Quynh fb429b1eba capstone.h: note that in Skipdata mode, invalid instruction has id = 0 10 years ago
Nguyen Anh Quynh 29ce6c3517 cs_disasm_iter: return false when handle is invalid and do not zero out detail pointer when handling skipdata mode. suggested by @hlide 10 years ago
Nguyen Anh Quynh ff2939a23c capstone.h: refer to sample code for skipdata option & cs_disasm_iter API 10 years ago
Nguyen Anh Quynh 801ce2b893 detail pointer is irrelevant when in skipdata mode 10 years ago
Nguyen Anh Quynh f0acace803 Merge branch 'newapi' of https://github.com/aquynh/capstone into next 10 years ago
Nguyen Anh Quynh 542a540360 refine instructions of cs_free() to reflect the newly added API cs_malloc() 10 years ago
Nguyen Anh Quynh 7170cb2ea2 tests: add some comments for test_iter.c 10 years ago
Nguyen Anh Quynh 2d752f9e4e tests: add introductions for test_skipdata.c & test_iter.c to README 10 years ago
Nguyen Anh Quynh 5cb3d6401e refine some API instructions for capstone.h 10 years ago
Nguyen Anh Quynh 43efc45fb8 code style 10 years ago
Nguyen Anh Quynh 0a2eca7c6c modify API cs_disasm_iter() and add new API cs_malloc(). also adds sample code test_iter.c 10 years ago
Nguyen Anh Quynh b10418e79b java: a call to printf() in TestArm.java is missing a variable 10 years ago
Nguyen Anh Quynh db8eaa3d0b bindings: remove MIPS_REG_PC constant following the change in the core 10 years ago
Nguyen Anh Quynh c64d6292fc mips: remove MIPS_REG_PC register. reviewed by Jay Oster 10 years ago
Nguyen Anh Quynh 8bf5fa60ad arm: remove dead code 10 years ago
Nguyen Anh Quynh e8ffc34a5c update CREDITS 10 years ago
Nguyen Anh Quynh cdb8da329f update CREDITS 10 years ago
Nguyen Anh Quynh 29d16887b3 update CREDITS.TXT 10 years ago
Nguyen Anh Quynh cc35100093 link COMPILE.TXT to xcode/README.md 10 years ago
Nguyen Anh Quynh 5be2592a57 Merge branch 'next' of https://github.com/aquynh/capstone into next 10 years ago
Nguyen Anh Quynh b0cc71da59 bindings: update java/ocaml/python after the last change in Arm's core 10 years ago
Nguyen Anh Quynh 8fb2eab459 arm: some operands can get subtracted from base register, thus have '-' sign associated. this adds subtracted field into cs_arm_op to provide this info. issue reported by Yegor Derevenets 10 years ago
Nguyen Anh Quynh 8d2f38beed Merge pull request #194 from zneak/next 10 years ago
hlide 993f362ad8 New API: cs_disasm_iter 10 years ago
hlide 1b7ccbf141 Merge pull request #1 from aquynh/next 10 years ago
Nguyen Anh Quynh fe4822c32a Ocaml: major update 10 years ago
Félix Cloutier cc30045a67 Added README file; removed dubious config lines 10 years ago
Félix Cloutier 8bc327aca1 (Re-)added preprocessor macros 10 years ago
Félix Cloutier 89005e0fca Changed .gitignore file to ignore xcuserdata dirs 10 years ago
Félix Cloutier 3829e49d84 Deleted unreferenced file 10 years ago
Félix Cloutier 073086b78e Removing schema files since they are normally not committed 10 years ago
Félix Cloutier 0c6c6222b2 Readded targets because I screwed up 10 years ago
Félix Cloutier 1b994ffa35 Added test targets, made sure that tests run 10 years ago
kratolp f2b699a716 Don't add cr0 to the operand list as it's not displayed by the disassembly 10 years ago
Félix Cloutier 1e97886ca6 Xcode project now builds 10 years ago
Nguyen Anh Quynh 4d3ccf46fd simplify the way to calculate insn_cache in cs_disasm(). suggested by @hlide 10 years ago
Nguyen Anh Quynh 5267baf1f1 fix conflicts 10 years ago
danghvu 2fb7c8e46a Fix a bug with previous patch 10 years ago
Nguyen Anh Quynh e96935ed68 ppc: remove duplicate op_addReg() in printAliasInstrEx() 10 years ago
Nguyen Anh Quynh cd18208f49 package: update Macports & Homebrew 10 years ago