I don't get the purpose, at least of his minimal example. The author says he wants to make his code position-independent, i.e., so that it can be executed from everywhere in memory (without relocation). But that is defeated by the...mov edx, print
... in the example.
0x0|2 years ago
yenz0r|2 years ago