Align gadget and safe functions parameters

This commit is contained in:
sk4nz 2022-03-29 15:33:31 +02:00
parent 1556553f06
commit 54b2be5527

View File

@ -38,7 +38,7 @@ gadget(char* addr)
// safe target of indirect call // safe target of indirect call
int int
safe_target() safe_target(char* addr)
{ {
return 42; return 42;
} }