index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
miasm2
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Introduce BoundedDict and its regression test
Camille Mougey
2015-02-23
1
-0
/
+73
*
DiGraph: Inherite DiGraph from `object`
Camille Mougey
2015-02-20
1
-1
/
+1
*
PyLint: Remove keyword redefinition, bad open mode
Camille Mougey
2015-02-18
2
-4
/
+4
*
Core: General PyLinting
Camille Mougey
2015-02-18
3
-43
/
+29
*
Core/Interval: `interval.cannon_list` should be a `staticmethod`
Camille Mougey
2015-02-18
1
-2
/
+3
*
Core/Interval: Add comments
Camille Mougey
2015-02-18
1
-32
/
+28
*
Core/Interval: PyLint pass
Camille Mougey
2015-02-18
1
-23
/
+28
*
Core/CPU: Pylint pass, remove commented code (SCM or log.debug should be used)
Camille Mougey
2015-02-18
1
-306
/
+105
*
Core/ParseASM: Remove some warning
Camille Mougey
2015-02-18
1
-7
/
+6
*
Core/ParseASM: Remove wildcard import and too long lines
Camille Mougey
2015-02-18
1
-34
/
+27
*
PyLint: Unreachable code
Camille Mougey
2015-02-16
2
-2
/
+2
*
PyLint: remove 'unnecessary-lambda'
Camille Mougey
2015-02-16
1
-1
/
+1
*
PyLint: Remove relative imports
Camille Mougey
2015-02-16
1
-2
/
+2
*
PyLint: Remove unused-imports
Camille Mougey
2015-02-16
1
-1
/
+0
*
bin_stream: Fix default argument for bin_stream_container
Fabrice Desclaux
2015-02-11
1
-1
/
+4
*
CPU: update api to handle IOError during disasm
Fabrice Desclaux
2015-02-11
1
-3
/
+5
*
bin_stream: clean code and update API
Fabrice Desclaux
2015-02-11
2
-59
/
+35
*
Core/ASMBloc: `bloc_merge`'s `symbol_pool` arg was unused
Camille Mougey
2015-01-26
1
-77
/
+3
*
Core/ASMBloc: `asm_resolve_final`'s `constrain_pos` arg was unused
Camille Mougey
2015-01-26
1
-2
/
+1
*
Core/ASMBloc: `guessèblocs_size`'s `symbol` arg was unused
Camille Mougey
2015-01-26
1
-2
/
+2
*
Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more used
Camille Mougey
2015-01-26
1
-9
/
+3
*
Core/ASMBloc: resolve_symbol now returns only the resolved blocs
Camille Mougey
2015-01-26
1
-21
/
+17
*
Core/ASMBloc: Linting
Camille Mougey
2015-01-26
1
-29
/
+12
*
Graph: add dominators computation
Fabrice Desclaux
2015-01-18
1
-0
/
+52
*
Add docstring/Fix variable name
Fabrice Desclaux
2015-01-09
1
-7
/
+10
*
Graph: Add get_all_parents/del_node
Fabrice Desclaux
2015-01-09
1
-0
/
+22
*
BinStream: Unify BinStreams location
Camille Mougey
2014-12-03
1
-0
/
+32
*
Add IDA bin_stream
Fabrice Desclaux
2014-12-03
1
-0
/
+41
*
asmbloc: remove un needed mode in asm function
Fabrice Desclaux
2014-10-08
1
-8
/
+7
*
Asmbloc: fix bloc2graph tipo (tx to Jerome Marty)
Fabrice Desclaux
2014-10-02
1
-1
/
+1
*
core/cpu: move bs8
Fabrice Desclaux
2014-09-11
1
-0
/
+9
*
Modify irbloc destination mecanism. Rework API in consequence.
Fabrice Desclaux
2014-09-05
1
-2
/
+1
*
jit: move code into arch directory
serpilliere
2014-08-21
1
-0
/
+4
*
Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytes
serpilliere
2014-08-21
1
-8
/
+8
*
bin_stream: fix bin_stream len test
serpilliere
2014-08-21
1
-5
/
+4
*
Add mips32 arch
serpilliere
2014-08-06
1
-0
/
+17
*
cpu/arch: arg2str moved in instruction class
serpilliere
2014-08-05
1
-45
/
+7
*
Arch: remove debug output
serpilliere
2014-07-10
1
-2
/
+1
*
Core/parse: allow the use of labels in data declaration
serpilliere
2014-07-09
3
-29
/
+88
*
Utils: missing pack struct
serpilliere
2014-07-09
1
-0
/
+7
*
Core: $ symbol can be customized for relative offset tricks
serpilliere
2014-07-03
2
-26
/
+8
*
cpu: continue remove some lambda (to allow pickling)
serpilliere
2014-06-25
1
-2
/
+0
*
bin_stream: wrap is_addr_in to allow bs pickling
serpilliere
2014-06-25
1
-4
/
+3
*
Cpu: remove unsused var; dis/fromstring default attrib is none
serpilliere
2014-06-25
1
-9
/
+9
*
Asmbloc: fix get_flow_instr for non zero delayslot arch
serpilliere
2014-06-24
1
-0
/
+2
*
Cpu: bs_mod_name accept dict
serpilliere
2014-06-24
1
-1
/
+7
*
Miasm v2
serpilliere
2014-06-03
8
-0
/
+4031