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
/
analysis
/
dse.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old api support
Fabrice Desclaux
2019-02-12
1
-12
/
+19
*
Fix typos & add codespell
Pierre LALET
2018-12-23
1
-3
/
+3
*
Expression: replace arg by ptr in ExprMem
Fabrice Desclaux
2018-10-12
1
-6
/
+6
*
Expresion: use ExprAssign instead of ExprAff
Fabrice Desclaux
2018-10-01
1
-4
/
+4
*
DSE: fix a bug happening in rare case
Ajax
2018-08-01
1
-3
/
+6
*
IR: gen ircfg from ir_arch
Fabrice Desclaux
2018-07-05
1
-17
/
+23
*
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
1
-1
/
+1
*
symbol_pool -> loc_db
Ajax
2018-07-03
1
-7
/
+7
*
Jitcore: remove useless strucs and rename for more meaningful names
Ajax
2018-06-22
1
-1
/
+1
*
DSE: remove useless changes introduced by 61551fa7
Ajax
2018-06-11
1
-7
/
+2
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
1
-2
/
+2
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
1
-16
/
+34
*
DSE: update doc on attachment in a breakpoint
Ajax
2018-05-14
1
-1
/
+19
*
Symbexec: use hashtable for mem symbols
Fabrice Desclaux
2018-03-15
1
-4
/
+5
*
Add handle_correct_destination()
William Bruneau
2018-03-12
1
-13
/
+17
*
Fix according to @p-l- comment
William Bruneau
2018-03-12
1
-2
/
+2
*
Compute branches using the previous address
William Bruneau
2018-03-12
1
-2
/
+9
*
Do not use current address to compute path for the new solution
William Bruneau
2018-03-12
1
-1
/
+4
*
Reinitialize _history when restoring snapshot
William Bruneau
2018-03-12
1
-0
/
+4
*
DSE: add support for several strategies (code/branch/path coverage)
Ajax
2017-09-05
1
-13
/
+65
*
DSE: separate solution decision and solution computation
Ajax
2017-09-05
1
-5
/
+14
*
Asmblock: remove disasm engine job_done attribute
Fabrice Desclaux
2017-07-27
1
-1
/
+0
*
DSE: use registers from the real arch, not the jitter emulated one
Ajax
2017-07-21
1
-3
/
+15
*
Asmblock: rename bloc
Fabrice Desclaux
2017-07-07
1
-1
/
+1
*
IR: rename add_bloc
Fabrice Desclaux
2017-07-07
1
-1
/
+1
*
Ensure there is no multi-line basic block in the cache
Ajax
2017-05-24
1
-0
/
+3
*
DSE: support absence of z3
Ajax
2017-04-21
1
-2
/
+9
*
Handle symbolic exec stuck on lbl_gen
Ajax
2017-04-18
1
-38
/
+61
*
Introduce a module for Dynamic Symbolic Execution
Ajax
2017-04-18
1
-0
/
+522