aboutsummaryrefslogtreecommitdiff
path: root/MCInst.c
AgeCommit message (Expand)Author
2020-09-16MCInst: fix uninitialized value in operand value (#1684)StalkR
2019-01-22remove unused MCOperand_Init()Nguyen Anh Quynh
2018-06-15Add Availability.h include to fix macOS SDK instrinsicsvit9696
2018-06-02code styleNguyen Anh Quynh
2018-06-02operands are invalid at initialisation (#1149)Catena cyber
2017-10-13Fix undefined behavior when disassembling ud0 x86 instructions (#1032)obs1dium
2017-05-07x86: add UD0 instructionNguyen Anh Quynh
2016-07-15x86: properly handle SSE/AVX instructionsNguyen Anh Quynh
2015-04-09Add support to embed Capstone 3.x branch into OS X kernel extensions.reverser
2015-04-07arm: support cs_regs_access() APINguyen Anh Quynh
2015-03-042015Nguyen Anh Quynh
2015-01-21arm: some load/store instructions writeback without bang letter. bug reported...Nguyen Anh Quynh
2014-11-03x86: print out immediate as positive number for logic arithmetic operations: ...Nguyen Anh Quynh
2014-06-25x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some sugg...Nguyen Anh Quynh
2014-06-18remove redundant return in MCInst_Init()Nguyen Anh Quynh
2014-06-16MCInst_Init() is arch-independentNguyen Anh Quynh
2014-06-16remove unused MCInst/MCOperand functionsNguyen Anh Quynh
2014-06-16MCInst_addOperand2() does not need to return valueNguyen Anh Quynh
2014-06-16ppc: use MCInst_insert0() instead of MCInst_insert() to avoid malloc/freeNguyen Anh Quynh
2014-06-10arm: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using mall...Nguyen Anh Quynh
2014-06-08directly update cs_insn from MCInst interface to avoid multiple memcpy()Nguyen Anh Quynh
2014-06-07optimize memset() of MCInst_Init()Nguyen Anh Quynh
2014-06-06x86: more simplification on managing MCOperand. this also fixes a bug in hand...Nguyen Anh Quynh
2014-06-04x86: avoid malloc/free MCOperand with new API of MCInst: MCInst_addOperand0, ...Nguyen Anh Quynh
2014-05-08Disassembler -> Disassembly. also delete an orphaned fileNguyen Anh Quynh
2014-01-11rename memory function pointer types to have cs_ prefix. also rename internal...Nguyen Anh Quynh
2014-01-05add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic m...Nguyen Anh Quynh
2013-12-04arm: fix a memory leaking bugNguyen Anh Quynh
2013-12-01arm: upgrade core engineNguyen Anh Quynh
2013-11-30arm64: handle alias insn in a better way, and add support for MNEG. bug repor...Nguyen Anh Quynh
2013-11-27initial importNguyen Anh Quynh