#rust, run executable from vairable
4 messages · Page 1 of 1 (latest)
In this case, you’re probably hitting the \x7FELF ahead (which decides as jg 0x47), jumping into the middle of a size field, which doesn’t decode as a valid instruction, and crashing
https://docs.rs/dlopen/latest/dlopen/
^ this is likely the nicest way to do whatever you're trying to :)
API documentation for the Rust dlopen crate.
You should debug then (although I’m fairly sure that command copies objects, not code)