about summary refs log tree commit diff stats
path: root/miasm2/analysis/dse.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* DSE: add support for several strategies (code/branch/path coverage)Ajax2017-09-051-13/+65
* DSE: separate solution decision and solution computationAjax2017-09-051-5/+14
* Asmblock: remove disasm engine job_done attributeFabrice Desclaux2017-07-271-1/+0
* DSE: use registers from the real arch, not the jitter emulated oneAjax2017-07-211-3/+15
* Asmblock: rename blocFabrice Desclaux2017-07-071-1/+1
* IR: rename add_blocFabrice Desclaux2017-07-071-1/+1
* Ensure there is no multi-line basic block in the cacheAjax2017-05-241-0/+3
* DSE: support absence of z3Ajax2017-04-211-2/+9
* Handle symbolic exec stuck on lbl_genAjax2017-04-181-38/+61
* Introduce a module for Dynamic Symbolic ExecutionAjax2017-04-181-0/+522