Skip to content
View rootkea's full-sized avatar
Block or Report

Block or report rootkea

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
rootkea/README.md

Hi there 👋

Pinned

  1. rockdaboot/wget2 rockdaboot/wget2 Public

    The successor of GNU Wget. Contributions preferred at https://gitlab.com/gnuwget/wget2. But accepted here as well 😍

    C 497 69

  2. PoC from Spectre Attacks: Exploitin... PoC from Spectre Attacks: Exploiting Speculative Execution (https://spectreattack.com/spectre.pdf)
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <stdint.h>
    4
    #ifdef _MSC_VER
    5
    #include <intrin.h> /* for rdtscp and clflush */