mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
entry| copy all args
This commit is contained in:
parent
90afd34de2
commit
14ccef0589
@ -15,7 +15,9 @@ jmpEntry PROC
|
||||
AND RSP, -10h
|
||||
|
||||
; copy entry param to stack
|
||||
ADD RSP, 24
|
||||
ADD RSP, 40
|
||||
push [RSI+24]
|
||||
push [RSI+16]
|
||||
push [RSI+8]
|
||||
push [RSI]
|
||||
; -
|
||||
|
Loading…
Reference in New Issue
Block a user