about summary refs log tree commit diff stats
path: root/example/symbol_exec/dse_crackme.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos & add codespellPierre LALET2018-12-231-2/+2
|
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | * Get miasm to work on Windows, also add AppVeyor CI * Fix gcc jitter on Linux * Make the dse_crackme tests work on Windows * calling build and then install is less confusing than install twice * fix os.rename race condition on Windows * clean it up * Clean up after the unused cl.exe's artifacts * Use is_win instead of an additional check * Fix issue on Windows where 'w' and 'wb' modes are different * Address review feedback * setuptools is actually not required, so reverting
* Sandbox: on Linux env import, also set the ABORT_ADDRAjax2018-03-051-1/+1
|
* append b to the opens mode ; Python on Windows makes a distinction between ↵w4kfu2018-01-161-1/+1
| | | | text and binary files
* DSE: avoid using the same test.txt file in test, allowing parallelismAjax2017-09-061-2/+7
|
* DSE: update example to use coverage provided by the moduleAjax2017-09-051-35/+29
|
* DSE: update example to use compute_solutionAjax2017-09-051-5/+5
|
* Remove unecessary assertWilliam Bruneau2017-07-201-1/+0
|
* Fix typoWilliam Bruneau2017-07-201-6/+6
|
* Add an example illustrating DSEAjax2017-04-181-0/+310