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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #314 from serpilliere/graph_ir_asm
Camille Mougey
2016-01-30
12
-162
/
+224
|
\
|
*
Autopep
Fabrice Desclaux
2016-01-30
3
-20
/
+24
|
*
Tipo: dictionary
Fabrice Desclaux
2016-01-30
10
-30
/
+30
|
*
Graph: generic html dot code
Fabrice Desclaux
2016-01-30
4
-117
/
+175
|
/
*
Merge pull request #313 from serpilliere/x86_fix
Camille Mougey
2016-01-30
4
-150
/
+244
|
\
|
*
X86/sem: remove dummy mnemo
Fabrice Desclaux
2016-01-30
1
-24
/
+0
|
*
X86/sem: fix mov[hl]
Fabrice Desclaux
2016-01-30
1
-12
/
+20
|
*
X86/sem: fix RET arg size
Fabrice Desclaux
2016-01-30
1
-1
/
+1
|
*
X86/sem: fix movq
Fabrice Desclaux
2016-01-30
1
-1
/
+12
|
*
x86/sem: add cmpsq/scasq
Fabrice Desclaux
2016-01-30
1
-0
/
+2
|
*
Sem/x86: fix call fromstring
Fabrice Desclaux
2016-01-30
4
-109
/
+197
|
*
Sem/x86: fix get_shift imm size
Fabrice Desclaux
2016-01-29
1
-1
/
+4
|
*
Arch/x86: fix lea reg, reg
Fabrice Desclaux
2016-01-29
1
-9
/
+15
|
/
*
Merge pull request #312 from serpilliere/blog_miasm
Camille Mougey
2016-01-29
1
-0
/
+2
|
\
|
*
README: add blog entry
Fabrice Desclaux
2016-01-28
1
-0
/
+2
|
/
*
Merge pull request #311 from serpilliere/dont_dis_bb
Camille Mougey
2016-01-28
1
-15
/
+15
|
\
|
*
Core/asmbloc: generate bad block on dont_dis
Fabrice Desclaux
2016-01-28
1
-15
/
+14
|
*
Core/x86: fix job_done on null blocks
Fabrice Desclaux
2016-01-28
1
-0
/
+1
|
/
*
Merge pull request #310 from commial/feature-matchgraph
serpilliere
2016-01-27
3
-18
/
+329
|
\
|
*
Rewrite _merge_blocks using MatchGraph
Ajax
2016-01-27
1
-18
/
+13
|
*
Add regression tests for MatchGraph
Ajax
2016-01-27
1
-0
/
+68
|
*
Introduce MatchGraph, the counterpart of MatchExpr for DiGraph
Ajax
2016-01-27
1
-0
/
+248
|
/
*
Merge pull request #309 from commial/feature-basicblocks
serpilliere
2016-01-26
14
-393
/
+842
|
\
|
*
Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"
Ajax
2016-01-26
4
-26
/
+26
|
*
BasicBlocks.pendings can be a set (creds @serpilliere)
Ajax
2016-01-26
2
-6
/
+6
|
*
Introduce tests for miasm2.core.asmbloc
Ajax
2016-01-26
2
-0
/
+285
|
*
AsmBloc: rewrite split_bloc into BasicBlocks.apply_splitting
Ajax
2016-01-26
1
-43
/
+58
|
*
AsmBloc: rewrite block_merge using graph simplification
Ajax
2016-01-26
1
-171
/
+46
|
*
Graph: introduce GraphSimplifier, counterpart of ExpressionSimplifier
Ajax
2016-01-26
1
-0
/
+34
|
*
BasicBlocks: update examples with the new API
Ajax
2016-01-26
8
-28
/
+18
|
*
AsmBloc: introduce BasicBlocks, standing for a CFG with associated methods
Ajax
2016-01-26
2
-150
/
+344
|
*
Graph: add_node return the previous status
Ajax
2016-01-25
1
-1
/
+6
|
*
Graph; introduce copy and merge
Ajax
2016-01-25
2
-0
/
+34
|
*
Graph: two graphs are equals if they have the same nodes and edges
Ajax
2016-01-25
2
-0
/
+17
|
/
*
Merge pull request #308 from commial/rename-test
serpilliere
2016-01-25
3
-2
/
+2
|
\
|
*
Move types -> test_types to avoid namespace collision (creds @fmonjalet)
Ajax
2016-01-25
3
-2
/
+2
|
/
*
Merge pull request #307 from serpilliere/fix_add_instr
Camille Mougey
2016-01-21
2
-4
/
+7
|
\
|
*
Asmbloc: fix get_range (creds: @commial)
Fabrice Desclaux
2016-01-21
1
-2
/
+4
|
*
Asmbloc: Fix asmbloc label (creds @commial)
Fabrice Desclaux
2016-01-21
2
-2
/
+3
|
/
*
Merge pull request #284 from fmonjalet/feature_memstruct
serpilliere
2016-01-18
6
-3
/
+2452
|
\
|
*
Types: misleading comment correction in example
Florent Monjalet
2016-01-18
1
-1
/
+1
|
*
Types: Void type repr
Florent Monjalet
2016-01-18
2
-1
/
+3
|
*
Types: typo, MemStruct.get_offset should be a classmethod
Florent Monjalet
2016-01-18
2
-2
/
+19
|
*
Types: MemStruct.get_offset() shorthand for @serpi
Florent Monjalet
2016-01-18
1
-0
/
+4
|
*
Types: Support anonymous Struct/Union/BitField
Florent Monjalet
2016-01-18
2
-11
/
+99
|
*
Types: adding the ("field", SomeMemType) syntax
Florent Monjalet
2016-01-18
2
-7
/
+21
|
*
Types: short test to assert MemStruct unicity
Florent Monjalet
2016-01-18
1
-0
/
+4
|
*
Types: Type size is now a property
Florent Monjalet
2016-01-18
3
-20
/
+27
|
*
Types: Str encoding now generic to all str python supported encodings
Florent Monjalet
2016-01-18
1
-64
/
+134
|
*
Types: zip -> itertools.izip
Florent Monjalet
2016-01-18
1
-2
/
+3
[next]