Thursday, May 16, 2013

self-call

Malware programs often use code like this:
   call a
a: pop ax
Why?

1 comment:

  1. Not only malware, system library (libc for example) also can use it. This code is used to get value of ip register.

    ReplyDelete