neonprimetime security , just trying to help
Showing posts with label
EAX
.
Show all posts
Showing posts with label
EAX
.
Show all posts
Friday, January 24, 2020
assembly basics: strcmp ; test eax, eax
›
push eax (1st string to compare) push ecx (2nd string to compare) call strcmp (do the compare using C library ... if same EAX = 0, if diff...
1 comment:
Friday, November 9, 2018
IDA Python Get String pointed to by Register
›
Related to this blog post https://neonprimetime.blogspot.com/2018/10/malwaretech-ida-python-cheatsheet.html If you're in IDA and you ...
6 comments:
›
Home
View web version