mirror of
https://github.com/nixpal/shellsilo
synced 2026-06-06 16:24:28 +00:00
638 B
638 B
ShellSilo is a state-of-the-art tool translates C syntax into syscall assembly and its corresponding shellcode. It streamlines the process of constructing and utilizing structures, assigning variables, and making system calls. With this tool, integrating strings into your shellcode and initializing Unicode strings has never been easier.
ShellSilo supports the following:
- Reading and parsing structures
- Structres instances
- Structres member assignments
- Infinite while loop
- If statements
- Variables definition and assignments
- Function calls
- Initializing unicode string
- Some C constants such as MEM_COMMIT and MEM_RESERVE