Commit graph

25 commits

Author SHA1 Message Date
Ivan “CLOVIS” Canet
f15b490908 Fixed documentation in shellcode.py
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`
2022-03-08 10:38:22 +01:00
Fabrice Desclaux
24ce193b8b Update api according to loc_db update 2020-08-31 07:50:01 +02:00
Fabrice Desclaux
80e40a3d2c Avoid generate default locationdb 2020-08-31 07:50:01 +02:00
Fabrice Desclaux
26c1075723 Rename elfesteem loader 2019-03-05 16:52:51 +01:00
Pierre LALET
d3a42fa5dc Include elfesteem fork in miasm 2019-03-05 16:52:51 +01:00
Fabrice Desclaux
944806c506 Rename miasm2 to miasm 2019-03-05 16:52:51 +01:00
Fabrice Desclaux
02bbb30efe Support python2/python3 2019-03-05 16:52:49 +01:00
Ajax
d314460a5a Update symbol_pool's deprecated API -> LocationDB 2018-07-03 14:28:18 +02:00
Ajax
68fac2e86c symbol_pool -> loc_db 2018-07-03 14:28:18 +02:00
Fabrice Desclaux
61551fa78e Core: replace AsmLabel by LocKey 2018-06-09 00:33:48 +02:00
Fabrice Desclaux
94d49ed54f Core: updt parser structure 2018-05-14 10:29:27 +02:00
Fabrice Desclaux
1b3fcbdda8 Core/asmbloc: move asmbloc to asmblock 2017-03-13 15:07:28 +01:00
Fabrice Desclaux
287cb1bb18 All: rename vars bloc -> block 2017-03-13 14:13:13 +01:00
Aymeric Vincent
28d0696bea use python2 as executable name, give adequate permissions 2017-01-05 16:45:17 +01:00
Fabrice Desclaux
a60e8c9b48 Example: updt elfesteem api 2016-07-11 09:26:49 +02:00
Ajax
455cfbe8b7 BasicBlocks: update examples with the new API 2016-01-26 17:09:18 +01:00
Fabrice Desclaux
797b00e944 Autopep8 2015-12-16 16:29:13 +01:00
Fabrice Desclaux
8ebdbffdc6 Update api according to Elfesteem 2015-12-16 15:55:55 +01:00
Ajax
b4114c3e78 Example: move output .txt to .dot 2015-11-09 15:01:12 +01:00
Ajax
b960a393c0 Example/ASM: unused import 2015-11-06 17:53:27 +01:00
serpilliere
00daaf5d0d Core/parse_asm: update parse_txt API use 2015-10-29 21:40:20 +01:00
Fabrice Desclaux
89680eb28d Asmbloc: updt api 2015-04-01 23:47:37 +02:00
Fabrice Desclaux
f9c49e92da Clean: remove unecessary ast_parser modification 2015-04-01 23:47:37 +02:00
Fabrice Desclaux
22777cc19e Asmbloc: updt asmbloc api 2015-04-01 23:47:37 +02:00
Camille Mougey
8b90474029 Example/ASM: Avoid duplicating code by using a common script shellcode.py 2015-01-23 17:24:43 +01:00