@@ -6,6 +6,8 @@ All source codes run on Linux, I will try to test in some many distros
66
77## x86 support
88
9+ ** Disclaimer:** This section is under x86 support, all code above is ** only** for x86 architectures. In next versions support x64 and x84_64.
10+
911### Compiling .asm source codes
1012
1113> nasm -f elf sourceCode.asm
@@ -32,7 +34,7 @@ To easy extracting shellcodes use following script to generate shellcode strings
3234
3335### Usage
3436
35- Usage: bash shellcode.sh [<options>] [<filename >]
37+ Usage: bash shellcode.sh [<options>] [<asm_filename >]
3638
3739 -e, --extract Extract shellcode from binary and print
3840 -s, --save Save shellcode into a .txt file
@@ -43,7 +45,7 @@ To easy extracting shellcodes use following script to generate shellcode strings
4345 Example:
4446 > bash shellcode.sh -tbr ~/ASM/HelloWorld/Helloworld.asm
4547
46- ## ASM Fast Development Projects (X86 )
48+ ## ASM Fast Development Projects (x86 )
4749
4850For fast development in asm, you could use following tool:
4951
@@ -60,7 +62,7 @@ For fast development in asm, you could use following tool:
6062 > bash ASMFastDevelopment.sh -c HelloWorld
6163
6264
63- ### Creating new ASM Fast Development Projects
65+ ### Creating new ASM Fast Development Projects (x86)
6466
6567> bash ASMFastDevelopment.sh --new HelloWorld
6668
0 commit comments