//    OEP    nspack 
//  DrFits
var end
var VirtualAllocExAddr

gpa "VirtualAllocEx", "kernel32.dll"	//  VirtualAllocEx
mov VirtualAllocExAddr, $RESULT
BP VirtualAllocExAddr

@agane:
run
cmp VirtualAllocExAddr, eip
JE @next
jmp @agane

@next:
bc VirtualAllocExAddr
rtr
rtr
sto

find eip, #619DE9#

mov end, $RESULT
bp end
@agane2:
run
cmp end, eip
JE @next2
jmp @agane2

@next2:
bc end
sto
sto
sto
an eip
MSG " OEP!     ;)"

ret