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
*
Handle Elfesteem ValueError on 'get'
Ajax
2016-06-16
1
-1
/
+4
*
Merge pull request #342 from fmonjalet/fix_types
serpilliere
2016-04-19
1
-17
/
+39
|
\
|
*
Types: Ptr.dst_type is now a Type rather than a MemType
Florent Monjalet
2016-03-15
1
-10
/
+13
|
*
Types: handle MemType as argument to Array constructor
Florent Monjalet
2016-03-15
1
-7
/
+26
*
|
fix bin_stream.getbits()
Aymeric Vincent
2016-04-05
1
-2
/
+3
*
|
Merge pull request #347 from serpilliere/dg_has_loop
Camille Mougey
2016-03-23
1
-0
/
+28
|
\
\
|
*
|
Core/Graph: add loop test
Fabrice Desclaux
2016-03-23
1
-0
/
+28
*
|
|
Comment disasmEngine
Ajax
2016-03-23
1
-6
/
+60
*
|
|
Move dis_bloc and dis_bloc_all into disasmEngine as method
Ajax
2016-03-23
1
-199
/
+153
*
|
|
disasmEngine bin_stream argument must be provided
Ajax
2016-03-23
1
-4
/
+4
|
/
/
*
/
Core/asmbloc: remove pending on block split
serpilliere
2016-03-15
1
-0
/
+8
|
/
*
Merge pull request #331 from a-vincent/fix_block_split
serpilliere
2016-03-09
1
-1
/
+1
|
\
|
*
Fix range checking when splitting blocks.
Aymeric Vincent
2016-03-09
1
-1
/
+1
*
|
Speed up _block_merge
Ajax
2016-03-09
1
-1
/
+10
|
/
*
Core/utils: autopep8
Fabrice Desclaux
2016-02-19
1
-5
/
+8
*
Core/utils: sanitize whoami/get_caller_name
Fabrice Desclaux
2016-02-19
1
-3
/
+13
*
Miasm/CPU: unused variable and refactor
Ajax
2016-02-04
1
-6
/
+4
*
Miasm/CPU: remove factor_tree, useless and unused function
Ajax
2016-02-04
1
-9
/
+0
*
Miasm/Cpu: fix default argument
Ajax
2016-02-04
1
-1
/
+1
*
BinStreamIDA: fix readbs
Ajax
2016-02-04
1
-2
/
+2
*
Remove unused variables
Ajax
2016-02-04
5
-30
/
+8
*
Core/cpu: fix pre_dis atomic
Fabrice Desclaux
2016-01-31
1
-2
/
+6
*
Fix dangerous-default-value
Ajax
2016-01-30
1
-7
/
+18
*
Autopep
Fabrice Desclaux
2016-01-30
2
-12
/
+17
*
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
[next]