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
|
||||
|
||||
@@ -11,7 +11,31 @@ _AVX:
|
||||
vmovdqu [rdx], ymm0 ; store result in @res
|
||||
ret
|
||||
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
|
||||
public _RDRAND
|
||||
_RDRAND:
|
||||
rdrand eax
|
||||
ret
|
||||
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
@@ -1,6 +1,6 @@
|
||||
format ms64 coff
|
||||
|
||||
section '.text' code readable executable
|
||||
section '.text' code readable executable align 16
|
||||
|
||||
use64
|
||||
|
||||
@@ -15,6 +15,17 @@ _loop:
|
||||
loop @loop_loop ; lol
|
||||
ret
|
||||
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
int3
|
||||
|
||||
public _tail_recursion
|
||||
_tail_recursion:
|
||||
test ecx, ecx
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
format ms64 coff
|
||||
|
||||
section '.text' code readable writeable executable
|
||||
section '.text' code readable writeable executable align 16
|
||||
|
||||
use64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user