
20.04.2008, 10:23
|
|
Постоянный
Регистрация: 20.08.2006
Сообщений: 327
Провел на форуме: 2472378
Репутация:
1077
|
|
Код:
include 'include\win32ax.inc'
.code
Buffer db 0x74
start:
stdcall [GetCurrentProcessId]
stdcall [OpenProcess],0x0028,TRUE,eax
push NULL ; pBytesWritten = NULL
push 1 ; BytesToWrite = 1
push Buffer ; [Buffer] = 0x74
push WriteHere ; Address of WriteHere
push eax ; hProcess
call [WriteProcessMemory]
WriteHere: JMP WriteHere
.end start
push Buffer ; [Buffer] = 0x74
push eax ; hProcess
Работало, пока не завопил нод и не удалил файл =\\ епанутый какой то =\\
|
|
|