aboutsummaryrefslogtreecommitdiff
path: root/utils.h
AgeCommit message (Expand)Author
2018-09-17Fix typos. (#1248)Bruce Mitchener
2018-07-20merge next to masterNguyen Anh Quynh
2017-10-22Constify backend data (#1040)Richard Henderson
2017-10-21M680X: Target ready for pull request (#1034)Wolfgang Schwotzer
2017-03-08Fix compilation from within a macOS kernel extension. #867vit9696
2017-03-08fix compilation from within a macOS kernel extensionvit9696
2015-04-27simplify ARCH_group_name() by using lookup table as suggested by @learn_more....Nguyen Anh Quynh
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
2015-02-24Make pkg-config and source consistent with installationpancake
2014-08-26fix more MSVC warningsNguyen Anh Quynh
2014-06-17replace offset_of with offsetof from stddef.hNguyen Anh Quynh
2014-06-09initialize cs_insn.detail by properly zero-out right members for each archNguyen 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-05-28msvc: make MSVC shutup on strncpy()Nguyen Anh Quynh
2014-05-28msvc: support strcpy() with strcpy_s()Nguyen Anh Quynh
2014-05-15move prototype of strcasecmp for MSVC into utils.h, and remove platform.hNguyen Anh Quynh
2014-04-29Disassembler -> DisassemblyNguyen Anh Quynh
2014-04-27move the macro MIN to utils.hNguyen Anh Quynh
2014-02-22add diet compile option (CAPSTONE_DIET option in config.mk). This reduces bin...Nguyen Anh Quynh
2014-02-18remove now redundant insn_reverse_id() after alias handling simplificationsNguyen Anh Quynh
2014-01-15replace strdup() with our cs_strdup(), which call cs_mem_malloc() internallyNguyen Anh Quynh
2014-01-05move internal memory management declarations from utils.h to cs_priv.hNguyen 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
2014-01-02rename some C header guards to be without _ as prefix to follow naming conven...Nguyen Anh Quynh
2014-01-01refine insn_map structure to further reduce binary size: this makes .SO file ...Nguyen 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-11ARM: Fix bunch of issuesNguyen Anh Quynh
2013-12-03add @regs_read_count, @regs_write_count, @groups_count to @cs_insn. bump API ...Nguyen Anh Quynh
2013-11-30arm64: handle decomposer properly for alias insnNguyen Anh Quynh
2013-11-27initial importNguyen Anh Quynh