about summary refs log tree commit diff stats
path: root/miasm2/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: Introduce BoundedDict and its regression testCamille Mougey2015-02-231-0/+73
* DiGraph: Inherite DiGraph from `object`Camille Mougey2015-02-201-1/+1
* PyLint: Remove keyword redefinition, bad open modeCamille Mougey2015-02-182-4/+4
* Core: General PyLintingCamille Mougey2015-02-183-43/+29
* Core/Interval: `interval.cannon_list` should be a `staticmethod`Camille Mougey2015-02-181-2/+3
* Core/Interval: Add commentsCamille Mougey2015-02-181-32/+28
* Core/Interval: PyLint passCamille Mougey2015-02-181-23/+28
* Core/CPU: Pylint pass, remove commented code (SCM or log.debug should be used)Camille Mougey2015-02-181-306/+105
* Core/ParseASM: Remove some warningCamille Mougey2015-02-181-7/+6
* Core/ParseASM: Remove wildcard import and too long linesCamille Mougey2015-02-181-34/+27
* PyLint: Unreachable codeCamille Mougey2015-02-162-2/+2
* PyLint: remove 'unnecessary-lambda'Camille Mougey2015-02-161-1/+1
* PyLint: Remove relative importsCamille Mougey2015-02-161-2/+2
* PyLint: Remove unused-importsCamille Mougey2015-02-161-1/+0
* bin_stream: Fix default argument for bin_stream_containerFabrice Desclaux2015-02-111-1/+4
* CPU: update api to handle IOError during disasmFabrice Desclaux2015-02-111-3/+5
* bin_stream: clean code and update APIFabrice Desclaux2015-02-112-59/+35
* 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
* Graph: add dominators computationFabrice Desclaux2015-01-181-0/+52
* Add docstring/Fix variable nameFabrice Desclaux2015-01-091-7/+10
* Graph: Add get_all_parents/del_nodeFabrice Desclaux2015-01-091-0/+22
* BinStream: Unify BinStreams locationCamille Mougey2014-12-031-0/+32
* Add IDA bin_streamFabrice Desclaux2014-12-031-0/+41
* 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
* core/cpu: move bs8Fabrice Desclaux2014-09-111-0/+9
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-2/+1
* jit: move code into arch directoryserpilliere2014-08-211-0/+4
* Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytesserpilliere2014-08-211-8/+8
* bin_stream: fix bin_stream len testserpilliere2014-08-211-5/+4
* 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-093-29/+88
* Utils: missing pack structserpilliere2014-07-091-0/+7
* Core: $ symbol can be customized for relative offset tricksserpilliere2014-07-032-26/+8
* cpu: continue remove some lambda (to allow pickling)serpilliere2014-06-251-2/+0
* bin_stream: wrap is_addr_in to allow bs picklingserpilliere2014-06-251-4/+3
* Cpu: remove unsused var; dis/fromstring default attrib is noneserpilliere2014-06-251-9/+9
* Asmbloc: fix get_flow_instr for non zero delayslot archserpilliere2014-06-241-0/+2
* Cpu: bs_mod_name accept dictserpilliere2014-06-241-1/+7
* Miasm v2serpilliere2014-06-038-0/+4031