about summary refs log tree commit diff stats
path: root/miasm2/core/asmbloc.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #141 from serpilliere/sanitycheck_asmCamille Mougey2015-04-051-0/+22
|\
| * Asmbloc: add sanity check before assembleFabrice Desclaux2015-04-051-0/+22
* | Asmbloc: use correct api in wedge mergeFabrice Desclaux2015-04-051-1/+1
|/
* Asmbloc: refactor and clean asmbloc/parse_asmFabrice Desclaux2015-04-021-257/+172
* Asmbloc: refactor and clean asmbloc/parse_asmFabrice Desclaux2015-04-011-238/+255
* Asmbloc: rename variables; rework contrained blocksFabrice Desclaux2015-04-011-65/+60
* Remove lazy logging patternAjax2015-03-301-14/+14
* Asmbloc: clean symbol_poolFabrice Desclaux2015-03-201-126/+144
* Core: General PyLintingCamille Mougey2015-02-181-28/+24
* PyLint: Unreachable codeCamille Mougey2015-02-161-1/+1
* Core/ASMBloc: `bloc_merge`'s `symbol_pool` arg was unusedCamille Mougey2015-01-261-77/+3
* Core/ASMBloc: `asm_resolve_final`'s `constrain_pos` arg was unusedCamille Mougey2015-01-261-2/+1
* Core/ASMBloc: `guessèblocs_size`'s `symbol` arg was unusedCamille Mougey2015-01-261-2/+2
* Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more usedCamille Mougey2015-01-261-9/+3
* Core/ASMBloc: resolve_symbol now returns only the resolved blocsCamille Mougey2015-01-261-21/+17
* Core/ASMBloc: LintingCamille Mougey2015-01-261-29/+12
* asmbloc: remove un needed mode in asm functionFabrice Desclaux2014-10-081-8/+7
* Asmbloc: fix bloc2graph tipo (tx to Jerome Marty)Fabrice Desclaux2014-10-021-1/+1
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-2/+1
* Core/parse: allow the use of labels in data declarationserpilliere2014-07-091-7/+35
* Core: $ symbol can be customized for relative offset tricksserpilliere2014-07-031-24/+4
* Asmbloc: fix get_flow_instr for non zero delayslot archserpilliere2014-06-241-0/+2
* Miasm v2serpilliere2014-06-031-0/+1412