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
...
*
Tipo: dictionary
Fabrice Desclaux
2016-01-30
4
-14
/
+14
*
Graph: generic html dot code
Fabrice Desclaux
2016-01-30
2
-87
/
+132
*
Sem/x86: fix call fromstring
Fabrice Desclaux
2016-01-30
1
-1
/
+2
*
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
*
Rewrite _merge_blocks using MatchGraph
Ajax
2016-01-27
1
-18
/
+13
*
Introduce MatchGraph, the counterpart of MatchExpr for DiGraph
Ajax
2016-01-27
1
-0
/
+248
*
Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"
Ajax
2016-01-26
2
-20
/
+20
*
BasicBlocks.pendings can be a set (creds @serpilliere)
Ajax
2016-01-26
1
-5
/
+5
*
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
*
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
1
-0
/
+19
*
Graph: two graphs are equals if they have the same nodes and edges
Ajax
2016-01-25
1
-0
/
+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
1
-1
/
+2
*
Types: Void type repr
Florent Monjalet
2016-01-18
1
-0
/
+3
*
Types: typo, MemStruct.get_offset should be a classmethod
Florent Monjalet
2016-01-18
1
-2
/
+8
*
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
1
-11
/
+72
*
Types: adding the ("field", SomeMemType) syntax
Florent Monjalet
2016-01-18
1
-5
/
+18
*
Types: Type size is now a property
Florent Monjalet
2016-01-18
1
-14
/
+21
*
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
*
MemStruct/Types: ALLOCATOR becomes a MemType class attribute
Florent Monjalet
2016-01-18
1
-17
/
+24
*
MemStruct: little MemType doc addition
Florent Monjalet
2016-01-18
1
-1
/
+1
*
MemStruct/Types: Array idx fix + MemStr.from_str feature
Florent Monjalet
2016-01-18
1
-16
/
+45
*
MemStruct/Types: pinned renamed to lval
Florent Monjalet
2016-01-18
1
-24
/
+55
*
MemStruct/Types: Renamed analysis.mem to core.types
Florent Monjalet
2016-01-18
1
-0
/
+1399
*
AsmBloc: c_bad is now an asm_block_bad (edge -> node)
Ajax
2016-01-15
1
-60
/
+61
*
AsmBlock: introduce asm_block_bad
Ajax
2016-01-15
1
-0
/
+30
*
AsmBloc: "type() is ... " -> isinstance
Ajax
2016-01-15
1
-3
/
+3
*
Instructions: slots class
Fabrice Desclaux
2016-01-15
1
-0
/
+3
*
Merge pull request #302 from commial/refactor-asmlabel
serpilliere
2016-01-13
2
-31
/
+62
|
\
|
*
AsmConstraint.label is always an asm_label: remove dead code
Ajax
2016-01-12
1
-19
/
+4
|
*
AsmBloc: handle multiple constraints to the same block
Ajax
2016-01-12
2
-2
/
+48
|
*
AsmConstraint: ensure label is always an asm_label
Ajax
2016-01-11
2
-1
/
+4
|
*
Mips32: fix delayslot (creds @serpilliere)
Ajax
2016-01-11
1
-5
/
+2
|
*
AsmLabel label argument must not be optional
Ajax
2016-01-11
1
-4
/
+4
*
|
BinStream: use a standard dict instead of a bounded one
Ajax
2016-01-08
1
-2
/
+1
*
|
Cpu: leave atomic mode on disasm Exception
Ajax
2016-01-08
1
-5
/
+5
*
|
BinStream: ensure atomic mode state before switching
Ajax
2016-01-08
1
-0
/
+2
*
|
MnemoDis: enter atomic mode for a disasm boost
Ajax
2016-01-08
2
-1
/
+5
*
|
BinStream: use the wrapper on get_bytes for each bin stream
Ajax
2016-01-08
2
-6
/
+6
*
|
BinStream: introduce Atomic Mode (read may be cached)
Ajax
2016-01-08
1
-1
/
+34
*
|
BinStream: comment getbits
Ajax
2016-01-08
1
-16
/
+22
*
|
BinStream: merge getbits calls to getbytes
Ajax
2016-01-08
1
-5
/
+7
|
/
*
Autopep8
Fabrice Desclaux
2015-12-16
1
-2
/
+1
[prev]
[next]