This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Author: @st4g3r | |
* This is a PoC for House of Einherjar on x64 Linux. | |
* | |
* gcc -Wall -o house_of_einherjar house_of_einherjar.c | |
* | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> |