Home
last modified time | relevance | path

Searched refs:cs_disasm_iter (Results 1 – 8 of 8) sorted by relevance

/external/capstone/suite/benchmark/
Dtest_iter_benchmark.c84 while(cs_disasm_iter(handle, &code, &size, &address, insn)) { in test()
/external/capstone/tests/
DREADME19 This code shows how to use the API cs_disasm_iter() to decode one instruction at
Dtest_iter.c213 while(cs_disasm_iter(handle, &code, &size, &address, insn)) { in test()
/external/capstone/docs/
DREADME39 * Quickly iterate instructions with cs_disasm_iter().
/external/capstone/bindings/vb6/
DvbCapstone.cpp118 return cs_disasm_iter(handle, code, size, address, insn); in bs_disasm_iter()
/external/capstone/include/
Dcapstone.h530 bool CAPSTONE_API cs_disasm_iter(csh handle,
/external/capstone/
Dcs.c727 bool CAPSTONE_API cs_disasm_iter(csh ud, const uint8_t **code, size_t *size, in cs_disasm_iter() function
DChangeLog306 - New API: cs_disasm_iter & cs_malloc. See docs/README for tutorials.