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