Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. char* _a4 = argv[1]; // _cfa_4
  2. // addr = 0x00401500
  3. char* _v16; // _cfa_fffffff0
  4. int _v20; // _cfa_ffffffec
  5. int _v24; // _cfa_ffffffe8
  6. int _v25; // _cfa_ffffffe7
  7. char _v26; // _cfa_ffffffe6
  8. char _v27; // _cfa_ffffffe5
  9. char _v28; // _cfa_ffffffe4
  10. int _v32; // _cfa_ffffffe0
  11. int _v36; // _cfa_ffffffdc
  12.  
  13. _v16 = _a4;
  14. _v20 = 0;
  15. _v24 = 0;
  16. _v26 = 254;
  17. _v27 = 6;
  18. _v25 = 0;
  19. while(( *_v16 & 255) != 0) {
  20. _v28 = *_v16 & 255;
  21. _v20 = _v20 + ((_v25 & 255) << 3);
  22. _v20 = _v27 & 255 ^ _v20 - _v28;
  23. _v24 = _v24 + ((_v25 & 255) << 2);
  24. _v20 = _v26 & 255 ^ _v24 - _v28;
  25. _v24 = _v24 + 56;
  26. _v25 = _v28 & 255;
  27. _v16 = &(_v16[1]);
  28. }
  29. _v32 = (_v24 >> 31 ^ _v24) - (_v24 >> 31);
  30. _v36 = (_v20 >> 31 ^ _v20) - (_v20 >> 31);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement