Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. .text:004385E4 loc_4385E4: ; CODE XREF: sub_4254E0+1C0j
  2. .text:004385E4 ; CODE XREF: sub_4254E0+1E6j
  3. .text:004385E4 push ecx
  4. .text:004385E5 push ecx
  5. .text:004385E6 push 0Eh
  6. .text:004385E8 pop edx
  7. .text:004385E9 mov ecx, offset dword_438618
  8. .text:004385EE call sub_4421A7
  9. .text:004385F3 jmp loc_4256A6
  10. .text:004385F3 ; END OF FUNCTION CHUNK FOR sub_4254E0
  11. .text:004385F3 ; ---------------------------------------------------------------------------
  12. .text:004385F8 dword_4385F8 dd 1000000Ah, 80204h, 10000h, 80010000h
  13. .text:004385F8 ; DATA XREF: sub_4254E0+13092o
  14.  
  15. auto ea;
  16. auto names = 0;
  17.  
  18. for (ea = BeginEA(); ea != BADADDR; ea = NextNotTail(ea))
  19. {
  20. if (Name(ea) != "")
  21. {
  22. names++;
  23. }
  24. }
  25.  
  26. Message("%d named addresses found.n", names);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement