| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace jitter.run boolean by jitter.running | Romain Lesteven | 2021-05-05 | 1 | -1/+1 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 1 | -3/+7 |
| | | |||||
| * | Rework the unpack_upx example | Camille Mougey | 2020-04-28 | 1 | -32/+16 |
| | | |||||
| * | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 1 | -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 loader | Fabrice Desclaux | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Include elfesteem fork in miasm | Pierre LALET | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -2/+2 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -5/+7 |
| | | |||||
| * | Example: fix upx unpack | Fabrice Desclaux | 2018-08-23 | 1 | -3/+2 |
| | | |||||
| * | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | symbol_pool -> loc_db | Ajax | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | Example/upx: fix & updt | Fabrice Desclaux | 2018-06-11 | 1 | -7/+7 |
| | | |||||
| * | Core: replace AsmLabel by LocKey | Fabrice Desclaux | 2018-06-09 | 1 | -4/+5 |
| | | |||||
| * | Asmblock: rename bloc | Fabrice Desclaux | 2017-07-07 | 1 | -1/+1 |
| | | |||||
| * | Remove PYTHONSTARTUP in end-user scripts | Ajax | 2017-04-24 | 1 | -6/+0 |
| | | |||||
| * | BasicBlocks: update examples with the new API | Ajax | 2016-01-26 | 1 | -5/+3 |
| | | |||||
| * | Autopep8 | Fabrice Desclaux | 2015-12-16 | 1 | -2/+2 |
| | | |||||
| * | Update api according to Elfesteem | Fabrice Desclaux | 2015-12-16 | 1 | -1/+1 |
| | | |||||
| * | Examples: set load_hdr to True for the sandbox in unpack_upx.py | Pierre LALET | 2015-12-13 | 1 | -1/+3 |
| | | |||||
| * | Sandbox: support additional options | Fabrice Desclaux | 2015-12-04 | 1 | -1/+1 |
| | | |||||
| * | Example: move output .txt to .dot | Ajax | 2015-11-09 | 1 | -2/+2 |
| | | |||||
| * | Example/UnpackUPX: PR #256 comments (creds @p-l-, @fmonjalet) | Ajax | 2015-11-09 | 1 | -3/+3 |
| | | |||||
| * | Example/UnpackUPX: call handle_function in GetProcAddress hook (skeleton) | Ajax | 2015-11-06 | 1 | -0/+4 |
| | | |||||
| * | Example/UnpackUPX: comment GetProcAddress hook | Ajax | 2015-11-06 | 1 | -0/+4 |
| | | |||||
| * | Example/UnpackUPX: hint on an alternative solution for PE rebuilding | Ajax | 2015-11-06 | 1 | -0/+2 |
| | | |||||
| * | Example/UnpackUPX: entrypoint was fixed twice | Ajax | 2015-11-06 | 1 | -1/+0 |
| | | |||||
| * | Example/UnpackUPX: useless variable | Ajax | 2015-11-06 | 1 | -4/+1 |
| | | |||||
| * | UnpackUPX: stop execution properly | Camille Mougey | 2015-10-19 | 1 | -0/+3 |
| | | |||||
| * | Jitter: fix example api | Fabrice Desclaux | 2015-07-16 | 1 | -2/+2 |
| | | |||||
| * | example unpack_upx: use argument lists in .func_args_*() | Pierre LALET | 2015-02-17 | 1 | -7/+4 |
| | | |||||
| * | Example: Move jitter's examples to a `jitter` directory | Camille Mougey | 2015-01-23 | 1 | -0/+117 |