I am a security researcher with a focus on binary exploitation of browsers and kernels. Kernel heap are fun and JS pwn are insane fun
typedef struct {
char *discord;
const char __user *twitter;
const char *blog;
} contact;
contact my = {
.discord = "r3tr074",
.twitter = "@r3tr074",
.blog = "retr0.zip"
};
I really like C 😅