1695 Commits (c41da15017417cfaf5f238f801914c56196f33af)
 

Author SHA1 Message Date
Nguyen Anh Quynh 9728200d1d x86: cpuid, xsetbv, xgetbv involve 32bit registers, not 64bit registers. 10 years ago
Nguyen Anh Quynh 2c425fcbe2 correct an incorrect comment on default value of skipdata mnem: .db -> .byte. bug reported by Ben Nagy 10 years ago
Nguyen Anh Quynh 721d07f6b2 ppc: support alias instructions. update Python & Java bindings accordingly 10 years ago
Nguyen Anh Quynh 25538b04bb python: test_arm.py should handle SYSREG operand. issue reported by Ben Nagy 10 years ago
Nguyen Anh Quynh 04d9f8ee17 arm: update core with a lot more details provided in detail mode now. update Python & Java bindings to reflect the core's changes 10 years ago
Nguyen Anh Quynh 17d1d0055e Merge pull request #172 from mrexodia/msvc_branch 10 years ago
Mr. eXoDia e268f46068 changed ImportLibrary name from capstone_dll to 'capstone_dll.lib' 10 years ago
Nguyen Anh Quynh e0eb06b7ab mips: correct mapping instruction string to instruction ID for alias instructions BAL & BEQZ. bug reported by Pancake 10 years ago
Nguyen Anh Quynh 4f0d7048cd arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1 10 years ago
Nguyen Anh Quynh eda85064ee mips: add BC1T & BLTZAL to the list of relative branch instructions. thanks @hlide for the input. 10 years ago
Nguyen Anh Quynh d1a9090eab mips: relative branch address calculated current IP added to the relative offset. thanks Pancake, Jay Oster, hlide & jvoisin for helping 10 years ago
Nguyen Anh Quynh 0beb0d494b api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future 10 years ago
Nguyen Anh Quynh 237204970d Merge branch 'v3' of https://github.com/aquynh/capstone into v3 10 years ago
Nguyen Anh Quynh 0c07cc9b06 zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode 10 years ago
Nguyen Anh Quynh 934e180e54 x86: more update to the core 10 years ago
Nguyen Anh Quynh 4c95022c74 fix warnings on unused variables when compiling in Diet mode 10 years ago
Nguyen Anh Quynh 5426fe0cec arm64: change headerguard for AArch64AddressingModes.h 10 years ago
Nguyen Anh Quynh d17e28c7de cmake: rename static library libcapstone.lib to capstone.lib 10 years ago
Nguyen Anh Quynh c44acedc79 x86: properly zero-out x86.operands[] 10 years ago
Nguyen Anh Quynh 8a429c25ff Merge branch 'v3' of https://github.com/aquynh/capstone into v3 10 years ago
Mr. eXoDia 66ca55f3c4 updated gitignore to ignore the ipch/ directory (MSVC specific) 10 years ago
Mr. eXoDia 9be1f93f88 fixed warnings in MSVC x64 compilation 10 years ago
Mr. eXoDia 0693809980 fixed compile errors on visual studio (variable declarations in C have to be in the top of the function) 10 years ago
Nguyen Anh Quynh 5df81b4ab9 fix a c99 warning 10 years ago
Nguyen Anh Quynh f41dc3222a Merge branch 'v3' of https://github.com/aquynh/capstone into v3 10 years ago
Nguyen Anh Quynh 4b6b15fcb1 fix more MSVC warnings 10 years ago
Nguyen Anh Quynh 07c92ec20a fix warnings reported by MSVC 10 years ago
Nguyen Anh Quynh ed1234a892 xcore: update core 10 years ago
Nguyen Anh Quynh a7792ae488 systemz: update core. also update Python & Java bindings 10 years ago
Nguyen Anh Quynh 14b684e07d last commit missed a check 10 years ago
Nguyen Anh Quynh b1e87e3e31 arm, mips, ppc, spac, x86: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands 10 years ago
Nguyen Anh Quynh 8027adad6c arm64: refine output of some instructions to make them match available test suites 10 years ago
Nguyen Anh Quynh 62af137a81 arm64: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands 10 years ago
Nguyen Anh Quynh 212a01712a java: update after the latest changes in the core on arm64 10 years ago
Nguyen Anh Quynh 5166236e1c python: update after the latest changes in the core on arm64 10 years ago
Nguyen Anh Quynh c286b346c6 Merge branch 'arm64' into v3 10 years ago
Nguyen Anh Quynh 0efef5dd48 solve some conflicts when merging -next into -v3 10 years ago
Nguyen Anh Quynh 46a74e53b7 arm64: update core. this added a lot more details to cs_arm64_op struct 10 years ago
Nguyen Anh Quynh ffb6b23c7d x86: add SMAP group for CLAC/STAC instructions 10 years ago
Nguyen Anh Quynh c1a44f1437 python: fix a typo in @propery skipdata.setter 10 years ago
Nguyen Anh Quynh 78c4876390 Merge branch 'cs_insn_const' of https://github.com/obs1dium/capstone into next 10 years ago
obs 876b6b6a33 use const when passing cs_insn pointers 10 years ago
Nguyen Anh Quynh 73cde40ac7 python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL 10 years ago
Nguyen Anh Quynh 663829431e x86: return proper error if cs_option() enables AT&T syntax but AT&T support is opt-out at compile time 10 years ago
Nguyen Anh Quynh a65e77baee Merge branch 'no_att' of https://github.com/obs1dium/capstone into next 10 years ago
Nguyen Anh Quynh 1ce5dea3e0 ppc: fix an unused variable warning 10 years ago
obs 2725a3fea8 X86GenInstrInfo size reduction 10 years ago
Nguyen Anh Quynh f178d69b3f update .gitignore for ocaml binaries 10 years ago
Guillaume Jeanne ae48c97763 OCaml: add sparc, systemz and xcore 10 years ago
obs b7e2ff451f x86.operands array wasn't fully cleared 10 years ago