entry| copy all args

This commit is contained in:
SysRay 2024-05-17 21:55:32 +02:00
parent 90afd34de2
commit 14ccef0589

View File

@ -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]
; -