| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed documentation in shellcode.py | Ivan “CLOVIS” Canet | 2022-03-08 | 1 | -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 update | Fabrice Desclaux | 2020-08-31 | 2 | -2/+1 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 2 | -4/+8 |
| | | |||||
| * | Rename elfesteem loader | Fabrice Desclaux | 2019-03-05 | 1 | -2/+2 |
| | | |||||
| * | Include elfesteem fork in miasm | Pierre LALET | 2019-03-05 | 1 | -2/+2 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 2 | -7/+7 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 2 | -21/+41 |
| | | |||||
| * | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 2 | -8/+9 |
| | | |||||
| * | symbol_pool -> loc_db | Ajax | 2018-07-03 | 2 | -12/+13 |
| | | |||||
| * | Core: replace AsmLabel by LocKey | Fabrice Desclaux | 2018-06-09 | 2 | -11/+13 |
| | | |||||
| * | Core: updt parser structure | Fabrice Desclaux | 2018-05-14 | 1 | -1/+4 |
| | | |||||
| * | Core/asmbloc: move asmbloc to asmblock | Fabrice Desclaux | 2017-03-13 | 2 | -4/+4 |
| | | |||||
| * | All: rename vars bloc -> block | Fabrice Desclaux | 2017-03-13 | 2 | -11/+11 |
| | | |||||
| * | use python2 as executable name, give adequate permissions | Aymeric Vincent | 2017-01-05 | 1 | -1/+1 |
| | | |||||
| * | Example: updt elfesteem api | Fabrice Desclaux | 2016-07-11 | 1 | -1/+1 |
| | | |||||
| * | BasicBlocks: update examples with the new API | Ajax | 2016-01-26 | 1 | -2/+1 |
| | | |||||
| * | Autopep8 | Fabrice Desclaux | 2015-12-16 | 1 | -2/+2 |
| | | |||||
| * | Update api according to Elfesteem | Fabrice Desclaux | 2015-12-16 | 1 | -2/+7 |
| | | |||||
| * | Example: move output .txt to .dot | Ajax | 2015-11-09 | 1 | -1/+1 |
| | | |||||
| * | Example/ASM: unused import | Ajax | 2015-11-06 | 1 | -2/+0 |
| | | |||||
| * | Example/ASM: remove unused import in simple.py | Ajax | 2015-11-06 | 1 | -2/+0 |
| | | |||||
| * | Core/parse_asm: update parse_txt API use | serpilliere | 2015-10-29 | 2 | -5/+5 |
| | | |||||
| * | Asmbloc: updt api | Fabrice Desclaux | 2015-04-01 | 1 | -2/+8 |
| | | |||||
| * | Clean: remove unecessary ast_parser modification | Fabrice Desclaux | 2015-04-01 | 1 | -9/+0 |
| | | |||||
| * | Asmbloc: updt asmbloc api | Fabrice Desclaux | 2015-04-01 | 2 | -5/+3 |
| | | |||||
| * | Core/ASMBloc: resolve_symbol now returns only the resolved blocs | Camille Mougey | 2015-01-26 | 1 | -1/+1 |
| | | |||||
| * | Example/ASM: Add a minimalist example | Camille Mougey | 2015-01-26 | 1 | -0/+37 |
| | | |||||
| * | Example/ASM: Test the second ARM (arm_sc.S) example | Camille Mougey | 2015-01-23 | 1 | -62/+0 |
| | | |||||
| * | Example/ASM: Test the x86_64 example | Camille Mougey | 2015-01-23 | 1 | -67/+0 |
| | | |||||
| * | Example/ASM: Avoid duplicating code by using a common script shellcode.py | Camille Mougey | 2015-01-23 | 8 | -544/+110 |
| | | |||||
| * | Example: Move asm's examples to a `asm` directory | Camille Mougey | 2015-01-23 | 9 | -0/+673 |