Hacker News new | ask | show | jobs
by gpvos 242 days ago
I thought Linux uses ELF to load dlls.
1 comments

ELF and PE are functionally the same, instead of DLL's you load SharedObject as your injeciton method, but you don't need that at all since you can inject libraries in linux since it's a built-in feature.