Home
last modified time | relevance | path

Searched refs:hexcode (Results 1 – 3 of 3) sorted by relevance

/external/capstone/cstool/
DREADME4 For example, to decode a hexcode string for Intel 32bit, run:
15 Cstool is flexible enough to accept all kind of hexcode format. The following
/external/capstone/suite/MC/
DREADME6 hexcode = assembly
/external/capstone/suite/
Dtest_mc.py25 def run_mc(arch, hexcode, option, syntax=None): argument
57 output = p.communicate(input=hexcode)[0]