08-31-2011، 09:28 AM
کد:
var
ollyTitle:string = 'Olly Status';
ollyNotPresent :string = 'No Olly';
ollyPresent:string = 'Olly Detected';
begin
asm
@@detectolly:
xor eax,eax
cmp esi, 0FFFFFFFFh
jnz @@ollyNotPresent
jmp @@ollyPresent
@@ollyNotPresent:
xor eax,eax
push MB_OK
push OllyTitle
push OllyNotPresent
push 0
call MessageBoxA
push eax
call ExitProcess
@@ollyPresent:
xor eax,eax
push MB_OK
push ollyTitle
push OllyPresent
push 0
call MessageBoxA
push eax
call ExitProcess
end;
گروه دور همی پارسی کدرز
https://t.me/joinchat/GxVRww3ykLynHFsdCvb7eg
https://t.me/joinchat/GxVRww3ykLynHFsdCvb7eg