Skip to content
View R3tr074's full-sized avatar

Organizations

@harddiskbrasil
Block or Report

Block or report R3tr074

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
R3tr074/README.md

👋 Hi, I'm R3tr074


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 😅

R3tr074 Top langs

Pinned

  1. brokepkg brokepkg Public

    The LKM rootkit working in Linux Kernels 2.6.x/3.x/4.x/5.x

    C 118 26

  2. exploits exploits Public

    C 31 4

  3. echeck echeck Public

    C 7

  4. oh_my_cpu oh_my_cpu Public archive

    This is a cpu tool for testing the floating-points peak performance. Now it supports linux and x86-64 platform. It can automatically recognize the x86 instruction sets and select the proper set to …

    C 20 1