index
:
focaccia-miasm
this commit
ck/aarch64-ldapur
ck/movpd
ck/x86-movq
ck/x86-vmovdqu
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
ta/x86-xgetbv
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
/
test
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Symbols are str instead of bytes
Fabrice Desclaux
2021-06-08
1
-3
/
+3
*
Sembuilder: Remove mem[X]
Fabrice Desclaux
2020-12-16
1
-3
/
+3
*
Update api according to loc_db update
Fabrice Desclaux
2020-08-31
1
-1
/
+1
*
Avoid generate default locationdb
Fabrice Desclaux
2020-08-31
3
-37
/
+43
*
Move modint in core
Fabrice Desclaux
2020-07-21
1
-0
/
+74
*
Fix issue #1255 ; Add unit test
w4kfu
2020-06-16
1
-0
/
+25
*
Updt dis_block_callback; apply_splitting
Fabrice Desclaux
2020-06-10
1
-2
/
+2
*
Graph: add weakly connected components
Fabrice Desclaux
2020-03-16
1
-0
/
+22
*
Rename miasm2 to miasm
Fabrice Desclaux
2019-03-05
8
-26
/
+26
*
Support python2/python3
Fabrice Desclaux
2019-03-05
8
-80
/
+95
*
Fix typos & add codespell
Pierre LALET
2018-12-23
1
-1
/
+1
*
Updt example api
Fabrice Desclaux
2018-12-10
1
-4
/
+5
*
LocationDB: add a name -> offset method
Ajax
2018-07-19
1
-0
/
+5
*
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
2
-18
/
+18
*
symbol_pool -> loc_db
Ajax
2018-07-03
3
-24
/
+24
*
LocationDB: introduced to replace AsmSymbolPool
Ajax
2018-07-03
1
-0
/
+108
*
Unify ExprLoc str with LocKey and others
Ajax
2018-06-17
1
-4
/
+4
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
4
-152
/
+168
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
2
-15
/
+23
*
add getby_offset in AsmCFG
losynix
2018-05-09
1
-0
/
+2
*
Fix __ne__ calls
Fabrice Desclaux
2018-04-19
1
-1
/
+1
*
Expression: no default size for ExprId
Fabrice Desclaux
2018-02-09
1
-4
/
+4
*
IRBlock: irblock iterates on its assignblks
Fabrice Desclaux
2018-02-09
1
-2
/
+2
*
IRBlock: replace irs by assignblks
Fabrice Desclaux
2018-02-09
1
-1
/
+1
*
DiGraph: fixed node order in natural loop backedges
Tim Blazytko
2017-10-18
1
-2
/
+2
*
Asmblock: remove disasm engine job_done attribute
Fabrice Desclaux
2017-07-27
1
-3
/
+7
*
Merge pull request #579 from serpilliere/fix_get_bloc
serpilliere
2017-07-20
1
-7
/
+7
|
\
|
*
Asmblock: rename bloc
Fabrice Desclaux
2017-07-07
1
-7
/
+7
*
|
Fix typo in /test/core/asmblock.py
William Bruneau
2017-07-20
1
-1
/
+1
|
/
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
3
-3
/
+3
*
Asmbloc: rename asm_constraint[to/next] to AsmConstraint[To/Next]
Fabrice Desclaux
2017-03-13
1
-8
/
+8
*
Asmbloc: rename asm_constraint to AsmConstraint
Fabrice Desclaux
2017-03-13
1
-9
/
+9
*
Asmbloc: rename asm_label to AsmLabel
Fabrice Desclaux
2017-03-13
2
-13
/
+13
*
Asmbloc: rename asm_block_bad to AsmBlockBad
Fabrice Desclaux
2017-03-13
1
-3
/
+3
*
Asmbloc: rename asm_bloc to AsmBlock
Fabrice Desclaux
2017-03-13
1
-8
/
+8
*
Interval: add .length computation
Ajax
2017-02-13
1
-0
/
+4
*
use python2 as executable name, give adequate permissions
Aymeric Vincent
2017-01-05
4
-4
/
+5
*
Merge pull request #342 from fmonjalet/fix_types
serpilliere
2016-04-19
1
-1
/
+4
|
\
|
*
Types: Ptr.dst_type is now a Type rather than a MemType
Florent Monjalet
2016-03-15
1
-1
/
+1
|
*
Types: handle MemType as argument to Array constructor
Florent Monjalet
2016-03-15
1
-0
/
+3
*
|
Asmcfg: add reg test
Fabrice Desclaux
2016-03-16
1
-2
/
+28
|
/
*
AssignBlock
Fabrice Desclaux
2016-02-26
1
-2
/
+6
*
Tipo: dictionary
Fabrice Desclaux
2016-01-30
1
-1
/
+1
*
Add regression tests for MatchGraph
Ajax
2016-01-27
1
-0
/
+68
*
Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"
Ajax
2016-01-26
1
-4
/
+4
*
BasicBlocks.pendings can be a set (creds @serpilliere)
Ajax
2016-01-26
1
-1
/
+1
*
Introduce tests for miasm2.core.asmbloc
Ajax
2016-01-26
1
-0
/
+282
*
Graph; introduce copy and merge
Ajax
2016-01-25
1
-0
/
+15
*
Graph: two graphs are equals if they have the same nodes and edges
Ajax
2016-01-25
1
-0
/
+10
*
Move types -> test_types to avoid namespace collision (creds @fmonjalet)
Ajax
2016-01-25
1
-0
/
+0
[next]