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
/
asmbloc.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: rm deprecated module
Fabrice Desclaux
2019-01-14
1
-10
/
+0
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
1
-1552
/
+7
*
Asmbloc: rename asm_constraint[to/next] to AsmConstraint[To/Next]
Fabrice Desclaux
2017-03-13
1
-5
/
+18
*
Asmbloc: rename asm_constraint to AsmConstraint
Fabrice Desclaux
2017-03-13
1
-22
/
+29
*
Asmbloc: rename asm_raw to AsmRaw
Fabrice Desclaux
2017-03-13
1
-6
/
+13
*
Asmbloc: rename asm_symbol_pool to AsmSymbolPool
Fabrice Desclaux
2017-03-13
1
-3
/
+10
*
Asmbloc: rename asm_label to AsmLabel
Fabrice Desclaux
2017-03-13
1
-12
/
+18
*
Asmbloc: rename asm_block_bad to AsmBlockBad
Fabrice Desclaux
2017-03-13
1
-15
/
+22
*
Asmbloc: rename asm_bloc to AsmBlock
Fabrice Desclaux
2017-03-13
1
-17
/
+25
*
Asmbloc: Fix AsmCfg str
Fabrice Desclaux
2017-02-07
1
-0
/
+10
*
remove #! command line on files not supposed to be run at top level
Aymeric Vincent
2017-01-05
1
-1
/
+0
*
Expr: Remove exprint_from
Fabrice Desclaux
2016-12-23
1
-1
/
+1
*
add dont_dis_retcall_funcs set to disasmEngine for non-returning functions
Aymeric Vincent
2016-11-21
1
-0
/
+5
*
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
|
/
*
Remove unused variables
Ajax
2016-02-04
1
-2
/
+2
*
Fix dangerous-default-value
Ajax
2016-01-30
1
-7
/
+18
*
Autopep
Fabrice Desclaux
2016-01-30
1
-2
/
+2
*
Tipo: dictionary
Fabrice Desclaux
2016-01-30
1
-1
/
+1
*
Graph: generic html dot code
Fabrice Desclaux
2016-01-30
1
-66
/
+41
*
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
*
Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"
Ajax
2016-01-26
1
-19
/
+19
*
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
*
AsmBloc: introduce BasicBlocks, standing for a CFG with associated methods
Ajax
2016-01-26
1
-148
/
+342
*
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
*
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
*
Merge pull request #302 from commial/refactor-asmlabel
serpilliere
2016-01-13
1
-25
/
+55
|
\
|
*
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
1
-2
/
+44
|
*
AsmConstraint: ensure label is always an asm_label
Ajax
2016-01-11
1
-0
/
+3
|
*
AsmLabel label argument must not be optional
Ajax
2016-01-11
1
-4
/
+4
*
|
MnemoDis: enter atomic mode for a disasm boost
Ajax
2016-01-08
1
-1
/
+0
|
/
*
ASM: call disasm callbacks with named arguments
Ajax
2015-11-03
1
-5
/
+6
*
Core/asmbloc: Fix get_subcall_instr
Fabrice Desclaux
2015-10-29
1
-1
/
+5
*
Core/Asmbloc: autopop8
Fabrice Desclaux
2015-10-21
1
-33
/
+51
*
Core/asmbloc: Fix dot generation for basic blocs
Fabrice Desclaux
2015-10-21
1
-34
/
+61
*
asmbloc: better error handling when an unknown label offset is set
Florent Monjalet
2015-06-21
1
-0
/
+2
*
Core/Asmbloc: fix split_bloc with instruction overlapping
Fabrice Desclaux
2015-06-05
1
-1
/
+1
[next]