-
Should we build an ELF Shellcode Executor or should we rely on our own Process Images? |
Beta Was this translation helpful? Give feedback.
Answered by
CreepSore
Dec 8, 2020
Replies: 1 comment 1 reply
-
To be honest, an ELF Loader would be pretty neat. It's on a whole other level than making something own though, because you still have to provide the Kernel bindings. However, once it's done, we could actually use an already existing JavaScript Framework like NodeJS, and we don't have to rely on our own. I think, for now we're good with our own, but after setting up some of the most important kernel bindings, we can try making an ELF Loader a priority. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NullDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be honest, an ELF Loader would be pretty neat. It's on a whole other level than making something own though, because you still have to provide the Kernel bindings. However, once it's done, we could actually use an already existing JavaScript Framework like NodeJS, and we don't have to rely on our own.
I think, for now we're good with our own, but after setting up some of the most important kernel bindings, we can try making an ELF Loader a priority.