Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpvos
296 days ago
That sounds like a Windows-only approach though.
1 comments
kachapopopow
296 days ago
pdb's exist for all builds of google chrome.
link
gpvos
296 days ago
Interesting! No PE structures though, I suppose.
link
kachapopopow
295 days ago
PE is only used for loading the dll, same works on linux.
link
gpvos
290 days ago
I thought Linux uses ELF to load dlls.
link
kachapopopow
287 days ago
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.
link