about summary refs log tree commit diff stats
path: root/miasm2/core/cpu.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-1713/+0
* Support python2/python3Fabrice Desclaux2019-03-051-51/+61
* Fix typos & add codespellPierre LALET2018-12-231-2/+2
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-1/+1
* Fix bad initializationAjax2018-08-291-1/+2
* Merge pull request #828 from serpilliere/fix_lgtm_1Camille Mougey2018-08-291-2/+0
|\
| * Code cleaning: lgtm.comFabrice Desclaux2018-08-231-2/+0
* | Core: fix asm intFabrice Desclaux2018-08-241-0/+4
|/
* Cpu: fix tipoFabrice Desclaux2018-07-171-1/+1
* Merge pull request #738 from marilafo/fix_offset_branch_armtlserpilliere2018-07-051-0/+2
|\
| * armtl change branch pc offsetMarion Lafon2018-05-241-0/+2
* | Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-6/+6
* | symbol_pool -> loc_dbAjax2018-07-031-15/+15
* | Cpu: fix bad docFabrice Desclaux2018-06-191-1/+1
* | Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-8/+10
* | Expr: Add new word ExprLocFabrice Desclaux2018-06-081-28/+31
|/
* Parser: fix arguments nameFabrice Desclaux2018-05-141-58/+56
* Core: updt parser structureFabrice Desclaux2018-05-141-178/+206
* Cpu: fix fromstring arg nameFabrice Desclaux2018-05-091-12/+12
* CPU: add reg_info from dictFabrice Desclaux2018-04-181-0/+18
* Cpu: lmask is propertyFabrice Desclaux2018-04-181-2/+4
* Arm: add some arm t2 instructionsFabrice Desclaux2018-04-181-0/+4
* fix atomic_mode leakcoco2017-08-021-1/+5
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-5/+5
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-3/+3
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-2/+2
* Core/cpu: change ParseAst nameFabrice Desclaux2017-02-131-2/+2
* Core/cpu: '_' labelFabrice Desclaux2017-02-131-0/+6
* Core/cpu: improve asm fromstringFabrice Desclaux2017-02-131-72/+111
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
* Raise with a more helpful message on multiple disassembliesAymeric Vincent2017-01-031-2/+2
* Expr: Remove exprint_fromFabrice Desclaux2016-12-231-1/+1
* Update int(XX.arg) -> int(XX)Ajax2016-09-161-3/+3
* Miasm/CPU: unused variable and refactorAjax2016-02-041-6/+4
* Miasm/CPU: remove factor_tree, useless and unused functionAjax2016-02-041-9/+0
* Miasm/Cpu: fix default argumentAjax2016-02-041-1/+1
* Remove unused variablesAjax2016-02-041-23/+5
* Core/cpu: fix pre_dis atomicFabrice Desclaux2016-01-311-2/+6
* Sem/x86: fix call fromstringFabrice Desclaux2016-01-301-1/+2
* Instructions: slots classFabrice Desclaux2016-01-151-0/+3
* Cpu: leave atomic mode on disasm ExceptionAjax2016-01-081-5/+5
* MnemoDis: enter atomic mode for a disasm boostAjax2016-01-081-0/+5
* Expression: fix apiFabrice Desclaux2015-10-291-3/+3
* cpu: raising an exception when label offset is NoneFlorent Monjalet2015-06-211-3/+2
* Cpu: modify instructions' offset relative encodingFabrice Desclaux2015-04-011-6/+9
* Clean get_asm_offsetFabrice Desclaux2015-04-011-2/+2
* Asmbloc: updt apiFabrice Desclaux2015-04-011-4/+6
* Remove lazy logging patternAjax2015-03-301-11/+10
* CPU: fix binary output for instruction with prefixserpilliere2015-03-141-2/+2
* Core: General PyLintingCamille Mougey2015-02-181-1/+3