about summary refs log tree commit diff stats
path: root/example/jitter/unpack_upx.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace jitter.run boolean by jitter.runningRomain Lesteven2021-05-051-1/+1
|
* Avoid generate default locationdbFabrice Desclaux2020-08-311-3/+7
|
* Rework the unpack_upx exampleCamille Mougey2020-04-281-32/+16
|
* Clear get_str_* APIFabrice Desclaux2019-11-121-1/+3
| | | | | | | | | | | | | | | | get_str_ansi decoded strings using utf8 and was blindly used for pure windows function (LoadLibraryA) and for stdlib functions (printf, strlen, ...) even if strlen does not use utf8... New API is: get_win_str_a/get_win_str_w and set_win_str_a/set_win_str_w for windows (respectively codepage1252/windows utf16) .Those functions should only be used in windows strings manipulations, so there are taken out of the jitter. get_c_str/set_c_str: as those functions are "classic" in OSes, they are keeped in the jitter.
* Rename elfesteem loaderFabrice Desclaux2019-03-051-1/+1
|
* Include elfesteem fork in miasmPierre LALET2019-03-051-1/+1
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-2/+2
|
* Support python2/python3Fabrice Desclaux2019-03-051-5/+7
|
* Example: fix upx unpackFabrice Desclaux2018-08-231-3/+2
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-1/+1
|
* symbol_pool -> loc_dbAjax2018-07-031-1/+1
|
* Example/upx: fix & updtFabrice Desclaux2018-06-111-7/+7
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-4/+5
|
* Asmblock: rename blocFabrice Desclaux2017-07-071-1/+1
|
* Remove PYTHONSTARTUP in end-user scriptsAjax2017-04-241-6/+0
|
* BasicBlocks: update examples with the new APIAjax2016-01-261-5/+3
|
* Autopep8Fabrice Desclaux2015-12-161-2/+2
|
* Update api according to ElfesteemFabrice Desclaux2015-12-161-1/+1
|
* Examples: set load_hdr to True for the sandbox in unpack_upx.pyPierre LALET2015-12-131-1/+3
|
* Sandbox: support additional optionsFabrice Desclaux2015-12-041-1/+1
|
* Example: move output .txt to .dotAjax2015-11-091-2/+2
|
* Example/UnpackUPX: PR #256 comments (creds @p-l-, @fmonjalet)Ajax2015-11-091-3/+3
|
* Example/UnpackUPX: call handle_function in GetProcAddress hook (skeleton)Ajax2015-11-061-0/+4
|
* Example/UnpackUPX: comment GetProcAddress hookAjax2015-11-061-0/+4
|
* Example/UnpackUPX: hint on an alternative solution for PE rebuildingAjax2015-11-061-0/+2
|
* Example/UnpackUPX: entrypoint was fixed twiceAjax2015-11-061-1/+0
|
* Example/UnpackUPX: useless variableAjax2015-11-061-4/+1
|
* UnpackUPX: stop execution properlyCamille Mougey2015-10-191-0/+3
|
* Jitter: fix example apiFabrice Desclaux2015-07-161-2/+2
|
* example unpack_upx: use argument lists in .func_args_*()Pierre LALET2015-02-171-7/+4
|
* Example: Move jitter's examples to a `jitter` directoryCamille Mougey2015-01-231-0/+117