mirror of
https://github.com/cea-sec/miasm
synced 2026-08-17 10:26:03 -04:00
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` |
||
|---|---|---|
| .. | ||
| shellcode.py | ||
| simple.py | ||