Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Dec 31, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 31, 2019

No description provided.

@Cloaked9000
Copy link
Owner

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

@ghost
Copy link
Author

ghost commented Dec 31, 2019

Yes

@Cloaked9000
Copy link
Owner

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant