put some instructions between functions to ensure enough space for the hooks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
format ms64 coff
|
||||
|
||||
section '.text' code readable executable
|
||||
section '.text' code readable executable align 16
|
||||
|
||||
use64
|
||||
|
||||
@@ -14,6 +14,17 @@ _loop:
|
||||
nop
|
||||
loop @loop_loop ; lol
|
||||
ret
|
||||
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
|
||||
public _tail_recursion
|
||||
_tail_recursion:
|
||||
|
||||
Reference in New Issue
Block a user