about summary refs log tree commit diff stats
path: root/miasm2/analysis/machine.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* PyLint: Import errors, pointless statements (`fds`), bad indentationCamille Mougey2015-02-181-2/+0
* Analysis/Machine: Export base_exprCamille Mougey2015-01-231-0/+5
* Machine: refactor properties.Fabrice Desclaux2014-11-171-14/+14
* Machine: add jit/arch log propertiesFabrice Desclaux2014-11-171-19/+49
* Machine: Update available machine listajax2014-10-211-2/+2
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-091-11/+20
* Jitter: add mips32l jitserpilliere2014-08-221-0/+2
* msp430: move jitserpilliere2014-08-211-1/+1
* jit: move code into arch directoryserpilliere2014-08-211-4/+4
* mips32: little/big endian is now an attribserpilliere2014-08-211-2/+2
* Machine: Add wrapper over gdbserverCM2014-08-201-0/+9
* Machine: add wrapper over jitterCM2014-08-201-0/+16
* Machine: Add an abstract machine wrapperCM2014-08-201-0/+77