about summary refs log tree commit diff stats
path: root/miasm2/core/cpu.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: General PyLintingCamille Mougey2015-02-181-1/+3
* Core/CPU: Pylint pass, remove commented code (SCM or log.debug should be used)Camille Mougey2015-02-181-306/+105
* PyLint: Unreachable codeCamille Mougey2015-02-161-1/+1
* PyLint: remove 'unnecessary-lambda'Camille Mougey2015-02-161-1/+1
* PyLint: Remove relative importsCamille Mougey2015-02-161-2/+2
* CPU: update api to handle IOError during disasmFabrice Desclaux2015-02-111-3/+5
* core/cpu: move bs8Fabrice Desclaux2014-09-111-0/+9
* Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytesserpilliere2014-08-211-8/+8
* Add mips32 archserpilliere2014-08-061-0/+17
* cpu/arch: arg2str moved in instruction classserpilliere2014-08-051-45/+7
* Arch: remove debug outputserpilliere2014-07-101-2/+1
* Core/parse: allow the use of labels in data declarationserpilliere2014-07-091-0/+8
* Core: $ symbol can be customized for relative offset tricksserpilliere2014-07-031-2/+4
* cpu: continue remove some lambda (to allow pickling)serpilliere2014-06-251-2/+0
* Cpu: remove unsused var; dis/fromstring default attrib is noneserpilliere2014-06-251-9/+9
* Cpu: bs_mod_name accept dictserpilliere2014-06-241-1/+7
* Miasm v2serpilliere2014-06-031-0/+1804