about summary refs log tree commit diff stats
path: root/miasm2/analysis (follow)
Commit message (Expand)AuthorAgeFilesLines
* Analysis: Introduce DependencyGraph, computing dependencies of elementsCamille Mougey2015-02-201-0/+608
* PyLint: Import errors, pointless statements (`fds`), bad indentationCamille Mougey2015-02-182-3/+1
* analysis: replace wildcard importsPierre LALET2015-02-183-5/+7
* Use wrapper `named_arguments` to log function callsPierre LALET2015-02-171-2/+2
* PyLint: Debugging: Invalid nameCamille Mougey2015-02-161-6/+6
* 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
|/
* Analysis/Machine: Export base_exprCamille Mougey2015-01-231-0/+5
* 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-202-18/+13
* 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-032-4/+12
* Machine: refactor properties.Fabrice Desclaux2014-11-171-14/+14
* Sandbox: log function calls by default; add -q option to disable it.Fabrice Desclaux2014-11-171-0/+6
* Machine: add jit/arch log propertiesFabrice Desclaux2014-11-171-19/+49
* Container: Refactor in class and subclass for PE, ELF and UnknownCamille Mougey2014-11-031-40/+144
* Container: update API with full wordsCamille Mougey2014-11-031-1/+18
* Container: Fix import, refactor file readingCamille Mougey2014-11-031-1/+3
* Container: Refactor and commentCamille Mougey2014-11-031-1/+14
* mergeFabrice Desclaux2014-10-221-2/+2
|\
| * Machine: Update available machine listajax2014-10-211-2/+2
* | 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-092-12/+21
* 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-074-20/+20
* Sandbox: Pass arguments to parser initajax2014-10-021-3/+4
* Analysis: add sanbdox wrapperFabrice Desclaux2014-10-021-0/+304
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-054-52/+32
* binary: suppr verbose messagesFabrice Desclaux2014-09-011-1/+1
* analysis: add container for elf/pe/str manipulationFabrice Desclaux2014-08-291-0/+47
* Jitter: add mips32l jitserpilliere2014-08-221-0/+2
* msp430: move jitserpilliere2014-08-211-1/+1
* jit: move code into arch directoryserpilliere2014-08-211-4/+4
* mips32: little/big endian is now an attribserpilliere2014-08-211-2/+2
* Machine: Add wrapper over gdbserverCM2014-08-201-0/+9
* Machine: add wrapper over jitterCM2014-08-201-0/+16
* Machine: Add an abstract machine wrapperCM2014-08-201-0/+77
* Gdbserver: assert EIP with jitter PCajax2014-06-041-0/+6
* Debugging: fix watchmem second argajax2014-06-041-4/+5
* Miasm v2serpilliere2014-06-035-0/+1367