Advertisement
Radjah

Untitled

Mar 28th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 03304788  cmp         dword ptr [esp+10h],1  
  2. 0330478D  je          ContactSettingChanged+3BFh (33047F1h)  
  3. 0330478F  cmp         dword ptr [esp+10h],2  
  4. 03304794  je          ContactSettingChanged+3BFh (33047F1h)  
  5. 03304796  push        edi  
  6. 03304797  lea         eax,[esp+64h]  
  7. 0330479B  call        COptPage::Find (33033A8h)  
  8. 033047A0  mov         edx,dword ptr [eax]  
  9. 033047A2  mov         ecx,eax  
  10. 033047A4  call        dword ptr [edx+20h]  
  11. 033047A7  test        eax,eax  
  12. 033047A9  jne         ContactSettingChanged+3BFh (33047F1h)  
  13. 033047AB  mov         eax,dword ptr [esp+14h]  
  14. 033047AF  mov         ecx,ebx  
  15. 033047B1  mov         dl,byte ptr [eax]  ;<<===
  16. 033047B3  cmp         dl,byte ptr [ecx]  
  17. 033047B5  jne         ContactSettingChanged+39Fh (33047D1h)  
  18. 033047B7  test        dl,dl  
  19. 033047B9  je          ContactSettingChanged+39Bh (33047CDh)  
  20. 033047BB  mov         dl,byte ptr [eax+1]  
  21. 033047BE  cmp         dl,byte ptr [ecx+1]  
  22. 033047C1  jne         ContactSettingChanged+39Fh (33047D1h)  
  23. 033047C3  add         eax,2  
  24. 033047C6  add         ecx,2  
  25. 033047C9  test        dl,dl  
  26. 033047CB  jne         ContactSettingChanged+37Fh (33047B1h)  
  27. 033047CD  xor         eax,eax  
  28. 033047CF  jmp         ContactSettingChanged+3A4h (33047D6h)  
  29. 033047D1  sbb         eax,eax  
  30. 033047D3  sbb         eax,0FFFFFFFFh  
  31. 033047D6  test        eax,eax  
  32. 033047D8  jne         ContactSettingChanged+3BFh (33047F1h)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement