Advertisement
Guest User

Just WTF?

a guest
Apr 27th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. for (var j = 0; j < PreambleLength; j++)
  2. 05D36B44 xor edx,edx
  3. 05D36B46 mov dword ptr [ebp-1Ch],edx
  4. 05D36B49 nop
  5. 05D36B4A jmp 05D36BDE
  6. {
  7. _candidate[j] -= _delay[head];
  8. 05D36B4F mov eax,dword ptr [ebp-6Ch]
  9. 05D36B52 mov eax,dword ptr [eax+1Ch]
  10. 05D36B55 mov edx,dword ptr [ebp-1Ch]
  11. 05D36B58 shl edx,2
  12. 05D36B5B add eax,edx
  13. 05D36B5D mov dword ptr [ebp-34h],eax
  14. 05D36B60 mov eax,dword ptr [ebp-6Ch]
  15. 05D36B63 mov eax,dword ptr [eax+20h]
  16. 05D36B66 mov edx,dword ptr [ebp-18h]
  17. 05D36B69 mov eax,dword ptr [eax+edx*4]
  18. 05D36B6C mov edx,dword ptr [ebp-34h]
  19. 05D36B6F sub dword ptr [edx],eax
  20.  
  21. head += _samplesPerBit;
  22. 05D36B71 mov eax,dword ptr [ebp-6Ch]
  23. 05D36B74 mov eax,dword ptr [eax+28h]
  24. 05D36B77 add dword ptr [ebp-18h],eax
  25. if (head >= _delayBuffer.Length)
  26. 05D36B7A mov eax,dword ptr [ebp-18h]
  27. 05D36B7D mov dword ptr [ebp-38h],eax
  28. 05D36B80 mov eax,dword ptr [ebp-6Ch]
  29. 05D36B83 mov ecx,dword ptr [eax+0Ch]
  30. 05D36B86 cmp dword ptr [ecx],ecx
  31. 05D36B88 call dword ptr ds:[6611FD8h]
  32. 05D36B8E mov dword ptr [ebp-3Ch],eax
  33. 05D36B91 mov eax,dword ptr [ebp-38h]
  34. 05D36B94 cmp eax,dword ptr [ebp-3Ch]
  35. 05D36B97 jl 05D36BB9
  36. {
  37. head -= _delayBuffer.Length;
  38. 05D36B99 mov eax,dword ptr [ebp-18h]
  39. {
  40. head -= _delayBuffer.Length;
  41. 05D36B9C mov dword ptr [ebp-44h],eax
  42. 05D36B9F mov eax,dword ptr [ebp-6Ch]
  43. 05D36BA2 mov ecx,dword ptr [eax+0Ch]
  44. 05D36BA5 cmp dword ptr [ecx],ecx
  45. 05D36BA7 call dword ptr ds:[6611FD8h]
  46. 05D36BAD mov dword ptr [ebp-48h],eax
  47. 05D36BB0 mov eax,dword ptr [ebp-44h]
  48. 05D36BB3 sub eax,dword ptr [ebp-48h]
  49. 05D36BB6 mov dword ptr [ebp-18h],eax
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement