|
|
|
|
|
by diskmuncher
1989 days ago
|
|
The details in the article may be useful for malware research. But in most situations, when the target executable is PIE and is not sensitive about how it is run (which normal programs are), you can just "dlopen()" it like a shared library and invoke its "main()" function after changing the runtime environment in your own executable. |
|