about summary refs log tree commit diff stats
path: root/miasm2/analysis/machine.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-265/+0
|
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
|
* Jitter: skip jit import on minimal installFabrice Desclaux2018-07-131-4/+12
|
* Toshiba MeP supportGuillaume Valadon2018-07-121-1/+15
|
* Arm: add armt jitterFabrice Desclaux2018-04-181-0/+5
|
* Add support for PowerPC 32bit big-endian processors: "ppc32b"Aymeric Vincent2018-02-261-1/+12
|
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
|
* Machine: fix jit dependenciesFabrice Desclaux2016-11-031-22/+68
|
* Get back the name of the architecture asked in MachineAjax2016-06-151-0/+5
|
* Add arch aarch64Fabrice Desclaux2015-08-081-1/+16
|
* Machine: Export IR (without analyse)Camille Mougey2015-02-241-0/+16
|
* 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