about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed documentation in shellcode.pyIvan “CLOVIS” Canet2022-03-081-1/+1
| | | | | | | | The first argument to ArgumentParser is the program name, not the description. The previous version displayed invalid usage in the help command: `usage: Multi-arch (32 bits) assembler [-h] [--PE] [-e ENCRYPT ENCRYPT] architecture source output` The new version displays the correct usage: `usage: shellcode.py [-h] [--PE] [-e ENCRYPT ENCRYPT] architecture source output`
* Update api according to loc_db updateFabrice Desclaux2020-08-311-1/+0
|
* Avoid generate default locationdbFabrice Desclaux2020-08-311-1/+1
|
* Rename elfesteem loaderFabrice Desclaux2019-03-051-2/+2
|
* Include elfesteem fork in miasmPierre LALET2019-03-051-2/+2
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-5/+5
|
* Support python2/python3Fabrice Desclaux2019-03-051-20/+39
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-7/+8
|
* symbol_pool -> loc_dbAjax2018-07-031-9/+10
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-6/+8
|
* Core: updt parser structureFabrice Desclaux2018-05-141-1/+4
|
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-2/+2
|
* All: rename vars bloc -> blockFabrice Desclaux2017-03-131-6/+6
|
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-051-1/+1
|
* Example: updt elfesteem apiFabrice Desclaux2016-07-111-1/+1
|
* BasicBlocks: update examples with the new APIAjax2016-01-261-2/+1
|
* Autopep8Fabrice Desclaux2015-12-161-2/+2
|
* Update api according to ElfesteemFabrice Desclaux2015-12-161-2/+7
|
* Example: move output .txt to .dotAjax2015-11-091-1/+1
|
* Example/ASM: unused importAjax2015-11-061-2/+0
|
* Core/parse_asm: update parse_txt API useserpilliere2015-10-291-3/+3
|
* Asmbloc: updt apiFabrice Desclaux2015-04-011-2/+8
|
* Clean: remove unecessary ast_parser modificationFabrice Desclaux2015-04-011-9/+0
|
* Asmbloc: updt asmbloc apiFabrice Desclaux2015-04-011-3/+1
|
* Example/ASM: Avoid duplicating code by using a common script shellcode.pyCamille Mougey2015-01-231-0/+110