shellcode

collection of shellcodes
git clone https://git.afify.dev/shellcode.git
Log | Files | Refs | LICENSE

commit 666506f9493cbf7d04b87917062b93141aa8207d
parent 29b90b44b5ca5447847226bb0ec2622435fdc1bf
Author: afify <hassan@afify.dev>
Date:   Sat, 19 Mar 2022 16:50:34 +0300

[fix] linux_x86_64.csv

Diffstat:
Mlinux_x86_64.csv | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/linux_x86_64.csv b/linux_x86_64.csv @@ -1,4 +1,4 @@ %rax,System call,%rdi,%rsi,%rdx,%r10,%r8,%r9 -1,sys_write,unsigned int fd,const char *buf,size_t count -59,sys_execve,const char *filename,const char *const argv[],const char *const envp[] -60,sys_exit,int error_code +1,sys_write,unsigned int fd,const char *buf,size_t count,,, +59,sys_execve,const char *filename,const char *const argv[],const char *const envp[],,, +60,sys_exit,int error_code,,,,,