ElfLoader icon indicating copy to clipboard operation
ElfLoader copied to clipboard

Is it possible to run static linked elf executeable in the current process?

Open ghost opened this issue 5 years ago • 3 comments

ghost avatar Dec 31 '19 09:12 ghost

As in, overwriting the current address space as opposed to forking?

Cloaked9000 avatar Dec 31 '19 09:12 Cloaked9000

Yes

ghost avatar Dec 31 '19 09:12 ghost

No, I'm afraid not sorry. It could probably be done by moving more of the loading logic into the loader (such as the writing of the binary to the process), but it's not currently possible.

I'm currently in bed but I might have a look at adding it over the weekend :)

Cloaked9000 avatar Dec 31 '19 09:12 Cloaked9000