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
...
*
DiGraph: Refactor internal structures to avoid duplication
Ajax
2015-04-28
1
-8
/
+8
*
DiGraph: Ambiguous name for internal structures
Ajax
2015-04-28
1
-15
/
+17
*
SemBuilder: Introduce the 'if cond' statement, building a new IRBlock
Ajax
2015-04-24
1
-16
/
+113
*
SemBuilder: Get back functions parsed for mnemo_func
Ajax
2015-04-24
1
-5
/
+11
*
SemBuilder: PreInit context with needed values
Ajax
2015-04-24
1
-1
/
+10
*
SemBuilder: Add `('X' % Y)(Z) -> ExprOp('X' % Y, Z)` and `('X')(Y) -> ExprOp(...
Ajax
2015-04-23
1
-15
/
+35
*
SemBuilder: Handle real variable declaration
Ajax
2015-04-22
1
-0
/
+10
*
Core: Introduce SemBuilder, a helper for building semantics side effects
Ajax
2015-04-22
1
-0
/
+145
*
Merge pull request #141 from serpilliere/sanitycheck_asm
Camille Mougey
2015-04-05
1
-0
/
+22
|
\
|
*
Asmbloc: add sanity check before assemble
Fabrice Desclaux
2015-04-05
1
-0
/
+22
*
|
Asmbloc: use correct api in wedge merge
Fabrice Desclaux
2015-04-05
1
-1
/
+1
|
/
*
Interval: fix contains; updt reg tests
Fabrice Desclaux
2015-04-02
1
-10
/
+10
*
Asmbloc: refactor and clean asmbloc/parse_asm
Fabrice Desclaux
2015-04-02
2
-269
/
+192
*
Cpu: modify instructions' offset relative encoding
Fabrice Desclaux
2015-04-01
1
-6
/
+9
*
interval: add empty property
Fabrice Desclaux
2015-04-01
1
-0
/
+6
*
Clean get_asm_offset
Fabrice Desclaux
2015-04-01
1
-2
/
+2
*
Asmbloc: updt api
Fabrice Desclaux
2015-04-01
1
-4
/
+6
*
Asmbloc: refactor and clean asmbloc/parse_asm
Fabrice Desclaux
2015-04-01
2
-239
/
+268
*
Parse_asm: generate asm_label on symbol parsing
Fabrice Desclaux
2015-04-01
1
-0
/
+23
*
Asmbloc: rename variables; rework contrained blocks
Fabrice Desclaux
2015-04-01
1
-65
/
+60
*
Remove lazy logging pattern
Ajax
2015-03-30
2
-25
/
+24
*
Merge pull request #122 from serpilliere/dontsplit
Camille Mougey
2015-03-20
1
-1
/
+1
|
\
|
*
ParseAsm: dont generate parasite line on 'dontsplit' directive
Fabrice Desclaux
2015-03-20
1
-1
/
+1
*
|
Asmbloc: clean symbol_pool
Fabrice Desclaux
2015-03-20
1
-126
/
+144
|
/
*
Merge pull request #113 from serpilliere/fix_x86_prefix_bin
Camille Mougey
2015-03-16
1
-2
/
+2
|
\
|
*
CPU: fix binary output for instruction with prefix
serpilliere
2015-03-14
1
-2
/
+2
*
|
Graph: factorize dominator/postdominator code
serpilliere
2015-03-13
1
-63
/
+37
*
|
Graph: add postdominators computation
Fabrice Desclaux
2015-03-12
1
-0
/
+42
*
|
Graph: dominators computation can only be done regarding to *one* head
Fabrice Desclaux
2015-03-12
1
-27
/
+42
|
/
*
BinStreamIDA: `getlen` is now lazy, and use the proper IDA API
Ajax
2015-02-27
1
-1
/
+7
*
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
[prev]
[next]