Skip to content

Instantly share code, notes, and snippets.

View jacobcxdev's full-sized avatar
👀
Looking for a new opportunity!

Jacob Clayden jacobcxdev

👀
Looking for a new opportunity!
View GitHub Profile
Aa0Aa1Aa2Aa3Aa4Aa5Aa6Aa7Aa8Aa9Ab0Ab1Ab2Ab3Ab4Ab5Ab6Ab7Ab8Ab9Ac0Ac1Ac2Ac3Ac4Ac5Ac6Ac7Ac8Ac9Ad0Ad1Ad2A
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
void greeting(char *arg) {
char name[68];
strcpy(name, arg);
printf("welcome our agent %s, and Goodbye!\n", name);
#include <unistd.h>
#include <stdio.h>
#include <string.h>
/*
Disassembled shellcode program (after doing some arrangements)
1: 31 c0 xor eax,eax -
2: 31 db xor ebx,ebx |--> ?
4: b0 d5 mov al,0xd5 |
6: cd 80 int 0x80 -