-
Notifications
You must be signed in to change notification settings - Fork 7
SemanticsCli
Benedikt Geßele edited this page Apr 17, 2015
·
1 revision
semantics-cli - command line tool that invokes a GDSL decoder and semantic translator
semantics-cli [-m] [-d]
The semantics-cli tool reads a machine instruction given as a sequence of hexadecimal constants from its standard input and afterwards calls a GDSL decoding and semantic translator functions in order to decode and translate it into value semantics. The resulting machine instruction object and RReil code is printed using the associated GDSL pretty printers. The tool can either be compiled to be generically usable with any decoder and translator or to be tied to X86.
Option | Description |
---|---|
-m | (X86 version only) Configure the decoder to use mode32 instead of mode64 |
-d | (X86 version only) Configure the decoder not to use 32 bits as the standard operand size |
- Overview
- QuickStart
- Installation
- GDSL
-
Specifications
- Intel x86 32/64 bit
- MIPS32
- Atmel AVR 8-bit
- TI MSP430 8-bit
- Contributing
- RReil
- Libraries and Demos
- Acknowledgements
- Support