mirror of
https://github.com/VoidSec/Exploit-Development
synced 2026-06-08 12:50:18 +00:00
update1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*test shellcode*/
|
||||
char code[] = "";
|
||||
|
||||
int main(int argc, char ** argv) {
|
||||
int( * func)();
|
||||
func = (int( * )()) code;
|
||||
(int)( * func)();
|
||||
}
|
||||
Reference in New Issue
Block a user