I'm trying to understand why should I dereference functions while making a self-modifying code in C.
Even though it works this way, I would like to know why!
Here's an example of what I was dealing with: http://nmav.gnutls.org/2011/12/self-modifying-code-using-gcc.html
I asked the guy from the blog but he never answered :(