Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <$mirc_34.195447>
- JMP $$2266D7 ; Bottone Timer, jmp al pushad
- NOP
- <$mirc_34.2266D7>
- NOP; Y HALO THAR CAVA DESU~
- pushad
- CALL GetProcessHeap
- test eax, eax ; test if eax=0
- jz @No
- mov ebx, eax
- PUSH 256
- PUSH 8
- PUSH ebx
- CALL RtlAllocateHeap
- test eax, eax ; test if eax=0
- jz @No
- mov ebp, eax
- jmp @Test
- @Yes:
- PUSH 0
- PUSH @Test1
- PUSH @TestYes
- PUSH 0
- CALL MessageBoxA
- jmp @Fine
- @No:
- PUSH 0
- PUSH @Test1
- PUSH @TestNo
- PUSH 0
- CALL MessageBoxA
- jmp @Fine
- @Test:
- PUSH 0
- PUSH @Test1
- PUSH ebp
- PUSH 0
- CALL MessageBoxA
- jmp @Fine
- @Fine2:
- push ebx
- push 0
- push ebp
- call RtlFreeHeap
- test eax, eax ; test if eax=0
- jz @Fine ; If the function succeeds, the return value is nonzero.
- jmp @No
- @Fine:
- popad
- jmp $$1955AA
- @Dest:
- "0123456789\0"
- @Test1:
- "Test 1\0"
- @TestYes:
- "Yes\0"
- @TestNo:
- "No\0"
Advertisement
Add Comment
Please, Sign In to add comment