move simple towards the end, so the hooking engines don't overwrite the adjucent functions
This commit is contained in:
@@ -4,11 +4,6 @@ section '.text' code readable writeable executable
|
|||||||
|
|
||||||
use64
|
use64
|
||||||
|
|
||||||
public _small
|
|
||||||
_small:
|
|
||||||
xor eax, eax
|
|
||||||
ret
|
|
||||||
|
|
||||||
public _rip_relative
|
public _rip_relative
|
||||||
_rip_relative:
|
_rip_relative:
|
||||||
mov rax, qword[seed]
|
mov rax, qword[seed]
|
||||||
@@ -52,3 +47,7 @@ _branch:
|
|||||||
@branch_ret:
|
@branch_ret:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
public _small
|
||||||
|
_small:
|
||||||
|
xor eax, eax
|
||||||
|
ret
|
||||||
Reference in New Issue
Block a user