You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a series of experiments in ASM to execute shellcodes with C, I prefer Intel syntax but if you found any code in AT&T code don't worry, only read documentation inside source code
3
+
This is a shellcode generator in ASM to fastdevelopment and test it in a C template, I prefer Intel syntax but if you found any AT&T syntaxis in experiments code don't worry, only read documentation inside source code
4
4
5
-
All source codes run on Linux, I will try to test in some many distros
5
+
All source codes run on Debian, I will try to test in some many distros.
6
6
7
-
## x86 support
7
+
## Table of contents
8
+
-[Manual compilation and test](#manual-compilation-and-test)
To easy extracting shellcodes use following script to generate shellcode strings and tests
50
+
To easy extracting shellcodes use shellcode.sh script contained in root project folder to generate shellcode strings and test it. You can extract a shellcode and print in console, save in a text file, inject into test project, build to check errors and run injected shellcode. Documentation is exposed below.
For fast development in asm, you could use following tool:
67
+
I know that start a new project and contain all generated files is hard, for that reason I developed another tool for fast development in asm, you could create new projects with folder structure and using the [shellcode script](#binary-to-shellcode-string-tool) to compile and test use following tool:
68
+
69
+
**Disclaimer:** This section is under x86 support, all code above is **only** for x86 architectures. In next versions support x64 and x84_64.
0 commit comments