aboutsummaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Expand)Author
2018-09-17Fix typos. (#1248)Bruce Mitchener
2018-07-20merge next to masterNguyen Anh Quynh
2018-06-15Add Availability.h include to fix macOS SDK instrinsicsvit9696
2018-06-14Add Availability.h include to fix macOS SDK instrinsics (#1175)vit9696
2017-10-22Constify backend data (#1040)Richard Henderson
2017-10-13Fix undefined behavior when disassembling ud0 x86 instructions (#1032)obs1dium
2015-04-27simplify ARCH_group_name() by using lookup table as suggested by @learn_more....Nguyen Anh Quynh
2015-04-10Add support to embed Capstone into OS X kernel extensions.reverser
2015-04-09Add support to embed Capstone 3.x branch into OS X kernel extensions.reverser
2015-04-02x86: avoid duplicating registers returned by cs_regs_access(). also add *CX r...Nguyen Anh Quynh
2015-03-25Add new API and start to provide access information for instruction operandsNguyen Anh Quynh
2015-03-042015Nguyen Anh Quynh
2014-08-26fix more MSVC warningsNguyen Anh Quynh
2014-06-17no need to zeroout insn_cache in make_id2insn()Nguyen Anh Quynh
2014-06-16use calloc() to zerout insn_cache in make_id2insn. this makes sure uninitiali...Nguyen Anh Quynh
2014-06-09use malloc() rather than calloc() for handle->insn_cache in make_id2insn()Nguyen Anh Quynh
2014-05-28remove more dead codeNguyen Anh Quynh
2014-05-28replace strcasecmp() with strcmp(). this also simlifies MSVC support a bitNguyen Anh Quynh
2014-04-29Disassembler -> DisassemblyNguyen Anh Quynh
2014-02-18remove now redundant insn_reverse_id() after alias handling simplificationsNguyen Anh Quynh
2014-01-22Initial set of changes to support building with MSVC 2013. Right now there's ...Alex Ionescu
2014-01-15replace strdup() with our cs_strdup(), which call cs_mem_malloc() internallyNguyen Anh Quynh
2014-01-11rename memory function pointer types to have cs_ prefix. also rename internal...Nguyen Anh Quynh
2014-01-06fix off-by-one error in make_id2insn. patch by Dang Hoang VuNguyen Anh Quynh
2014-01-05add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic m...Nguyen Anh Quynh
2014-01-05ppc: support details informationNguyen Anh Quynh
2014-01-03cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang VuNguyen Anh Quynh
2013-12-20size down insn_map structructure by reducing the size of some fields. this al...Nguyen Anh Quynh
2013-12-13x86: calculate op_size properly in special cases regarding rax, eax, ax, al r...Nguyen Anh Quynh
2013-12-11Use const on all read-only bufferspancake
2013-12-03add @regs_read_count, @regs_write_count, @groups_count to @cs_insn. bump API ...Nguyen Anh Quynh
2013-11-27initial importNguyen Anh Quynh