Added extraction of original jump instruction and opcodes

This commit is contained in:
h3xduck
2022-03-15 18:36:59 -04:00
parent 0c88d5baa9
commit 671e2d671d
18 changed files with 5736 additions and 1630 deletions

View File

@@ -0,0 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "extractor.h"

View File

@@ -0,0 +1,6 @@
#ifndef __ROP_EXT_H
#define __ROP_EXT_H
#endif