Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. push ecx
  2.         call strlen
  3.         add esp, 4
  4.  
  5.         add edx, eax
  6.    
  7.         push ecx ;mesajul
  8.         lea ecx, [ecx + edx + 1]
  9.        
  10.  
  11.         push ecx
  12.         push print
  13.         call printf
  14.         add esp, 8
  15.         push ecx ;cheia
  16.         push edx ;lungimea mesajului
  17.  
  18.        ; add edx, eax ;pozitia curenta
  19.        ; add edx, 2
  20.        ; xor eax, eax
  21.        
  22.         call xor_strings
  23.        
  24.         add esp, 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement