Guest User

Untitled

a guest
Jul 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. .text:00401490 sub_401490 proc near ; CODE XREF: WinMain(x,x,x,x)+14p
  2. .text:00401490
  3. .text:00401490 WndClass = WNDCLASSA ptr -28h
  4. .text:00401490
  5. .text:00401490 sub esp, 28h
  6. .text:00401493 mov eax, lpWindowName
  7. .text:00401498 push ebx
  8. .text:00401499 push esi
  9. .text:0040149A push edi
  10. .text:0040149B mov esi, ds:FindWindowA
  11. .text:004014A1 push ebp
  12. .text:004014A2 push eax ; lpWindowName
  13. .text:004014A3 push 0 ; lpClassName
  14. .text:004014A5 call esi ; FindWindowA
  15. .text:004014A7 test eax, eax
  16. .text:004014A9 jz short loc_4014B8
  17. .text:004014AB mov eax, 1
  18. .text:004014B0 pop ebp
  19. .text:004014B1 pop edi
  20. .text:004014B2 pop esi
  21. .text:004014B3 pop ebx
  22. .text:004014B4 add esp, 28h
  23. .text:004014B7 retn
Add Comment
Please, Sign In to add comment