capstone/arch/Mips
Nguyen Anh Quynh c272e9d000 do not use constructor to enable archs, so code is more portable. suggested by Alex Ionescu 2014-01-19 12:03:22 +08:00
..
MipsDisassembler.c move internal memory management declarations from utils.h to cs_priv.h 2014-01-05 11:35:47 +08:00
MipsDisassembler.h Use const on all read-only buffers 2013-12-11 22:14:42 +01:00
MipsGenAsmWriter.inc replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally 2014-01-15 18:27:01 +08:00
MipsGenDisassemblerTables.inc mips: update core 2014-01-14 23:08:20 +08:00
MipsGenInstrInfo.inc mips: update core 2014-01-14 23:08:20 +08:00
MipsGenRegisterInfo.inc mips: update core 2014-01-14 23:08:20 +08:00
MipsGenSubtargetInfo.inc mips: update core 2014-01-14 23:08:20 +08:00
MipsInstPrinter.c replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally 2014-01-15 18:27:01 +08:00
MipsInstPrinter.h initial import 2013-11-27 12:11:31 +08:00
mapping.c mips: update core 2014-01-14 23:08:20 +08:00
mapping.h no longer need to free insn_cache for each arch: simply do it from cs_close() 2014-01-07 10:56:04 +08:00
module.c do not use constructor to enable archs, so code is more portable. suggested by Alex Ionescu 2014-01-19 12:03:22 +08:00