Faccina

test

Jul 2nd, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <$mirc_34.195447>
  2.     JMP $$2266D7 ; Bottone Timer, jmp al pushad
  3.     NOP
  4.  
  5. <$mirc_34.2266D7>  
  6.     NOP; Y HALO THAR CAVA DESU~    
  7.        
  8.     pushad
  9.    
  10.     CALL GetProcessHeap
  11.     test eax, eax            ; test if eax=0   
  12.     jz @No
  13.    
  14.     mov ebx, eax
  15.  
  16.     PUSH 256
  17.     PUSH 8 
  18.     PUSH ebx
  19.     CALL RtlAllocateHeap
  20.     test eax, eax            ; test if eax=0
  21.     jz @No 
  22.    
  23.     mov ebp, eax
  24.    
  25.     jmp @Test
  26.    
  27. @Yes:
  28.     PUSH 0
  29.     PUSH @Test1
  30.     PUSH @TestYes
  31.     PUSH 0
  32.     CALL MessageBoxA
  33.     jmp @Fine
  34.    
  35. @No:
  36.     PUSH 0
  37.     PUSH @Test1
  38.     PUSH @TestNo
  39.     PUSH 0
  40.     CALL MessageBoxA
  41.     jmp @Fine
  42.  
  43. @Test:
  44.     PUSH 0
  45.     PUSH @Test1
  46.     PUSH ebp
  47.     PUSH 0
  48.     CALL MessageBoxA
  49.     jmp @Fine
  50.    
  51. @Fine2:
  52.     push ebx
  53.     push 0
  54.     push ebp
  55.     call RtlFreeHeap   
  56.     test eax, eax            ; test if eax=0   
  57.     jz @Fine ; If the function succeeds, the return value is nonzero.
  58.     jmp @No
  59.    
  60. @Fine:
  61.     popad
  62.     jmp $$1955AA
  63.    
  64.        
  65.     @Dest:
  66.         "0123456789\0"
  67.     @Test1:
  68.         "Test 1\0"
  69.     @TestYes:
  70.         "Yes\0"
  71.     @TestNo:
  72.         "No\0"
Advertisement
Add Comment
Please, Sign In to add comment