about summary refs log tree commit diff stats
path: root/miasm2/analysis/sandbox.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use wrapper `named_arguments` to log function callsPierre LALET2015-02-171-2/+2
* PyLint: Remove unused-importsCamille Mougey2015-02-161-3/+3
* Sandbox: typoFabrice Desclaux2015-02-131-1/+1
* Analysis/Sandbox: add sanbox win x86_64Fabrice Desclaux2015-02-131-5/+37
* Merge pull request #59 from serpilliere/sandbox_quietCamille Mougey2015-02-101-3/+1
|\
| * Sandbox: quiet logsFabrice Desclaux2015-02-101-3/+1
* | Analysis/Sandbox: use os dependant method in custom sandboxesFabrice Desclaux2015-01-291-6/+16
|/
* Loader/PE: Update vm_load_pe_lib* APIs to take a VmMngr instance in inputCamille Mougey2014-12-241-1/+1
* Analysis: Update vm_loads calls, avoid reimplemeting vm_load_pe_libsCamille Mougey2014-12-201-16/+11
* SandboxLinux: entry_point was inexistant, options.address was ignoredCamille Mougey2014-12-091-1/+3
* Loader/libimp: update apiFabrice Desclaux2014-12-081-5/+6
* Sandbox: Fix debugging optionCamille Mougey2014-12-031-1/+1
* Jitter: update APIFabrice Desclaux2014-12-031-2/+5
* Sandbox: log function calls by default; add -q option to disable it.Fabrice Desclaux2014-11-171-0/+6
* sandbox: missing import (tx to N.Pourcelot)Fabrice Desclaux2014-10-161-0/+1
* Sandbox: fix address as argumentFabrice Desclaux2014-10-161-1/+1
* Reg test: add arm jit little/big endianFabrice Desclaux2014-10-091-19/+70
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-091-1/+1
* Sandbox: add arm archFabrice Desclaux2014-10-071-1/+38
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-071-1/+1
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-071-8/+8
* Sandbox: Pass arguments to parser initajax2014-10-021-3/+4
* Analysis: add sanbdox wrapperFabrice Desclaux2014-10-021-0/+304