diff --git a/README.md b/README.md index f6cef8e..149f323 100644 --- a/README.md +++ b/README.md @@ -118,12 +118,21 @@ Example usage: python3 Boaz.py -f ~/testing_payloads/notepad_64.exe -o ./alice_notepad.exe -t donut -obf -l 1 -c pluto -e uuid -g ``` +Use a built ELF executable in Linux environment: +```console +./Boaz -f ~/testing_payloads/notepad_64.exe -o ./alice_notepad.exe -t donut -obf -l 1 -c pluto -e uuid -g +``` + Refer to the help command for more details on usage: ```console python3 Boaz.py -h ``` +```console +./Boaz -h +``` + ```bash usage: Boaz.py [-h] -f INPUT_FILE [-o OUTPUT_FILE] [-divide] [-l LOADER] [-dll] [-cpl] [-sleep] [-a] [-etw] [-j] [-dream [DREAM]] [-u] [-g] [-t {donut,pe2sh,rc4,amber}] [-sd] [-sgn] [-e {uuid,xor,mac,ipv4,base64,base58,aes,chacha,aes2}] [-c {mingw,pluto,akira}]