about summary refs log tree commit diff stats
path: root/example/unpack_upx.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Example: Move jitter's examples to a `jitter` directoryCamille Mougey2015-01-231-117/+0
|
* UnpackUPX: remove unused variableCamille Mougey2014-12-031-3/+2
|
* UnpackUPX: reorganize import, remove useless onesCamille Mougey2014-12-031-4/+3
|
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-071-4/+4
| | | | | | | The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem...
* Example: Update example descriptionsajax2014-10-021-1/+1
|
* UnpackUPX: myjit -> jitterajax2014-10-021-7/+7
|
* Example: update upx and genFabrice Desclaux2014-10-021-127/+63
|
* mergeFabrice Desclaux2014-09-191-5/+1
|
* fix unpack upx example with machineserpilliere2014-08-211-5/+5
|
* Miasm v2serpilliere2014-06-031-0/+187
| | | | | | | | | * API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !
* Send miasm v1 to hellserpilliere2014-06-031-279/+0
|
* fix upx with dllserpilliere2013-03-111-6/+9
|
* add prefetch mem in emulationserpilliere2011-11-151-20/+7
|
* fix eop detectionserpilliere2011-10-191-2/+3
|
* fix win_api set str ansi/unicodeserpilliere2011-10-031-1/+2
|
* add eflags accessors to python interfaceserpilliere2011-09-111-1/+1
|
* fix multiple destination in disasm engine; remove dead codeserpilliere2011-08-301-0/+1
|
* Add dll loader using readl dll addressesserpilliere2011-08-101-1/+2
|
* fix emulation on 64 bitserpilliere2011-08-091-1/+1
|
* add upx unpacker exampleserpilliere2011-07-271-0/+285