arget13 / DDexec

A technique to run binaries filelessly and stealthily on Linux by "overwriting" the shell's process with another.
GNU General Public License v3.0
798 stars 83 forks source link

Problem with static binaries #4

Closed jfma7 closed 2 years ago

jfma7 commented 2 years ago

Hello:

I noticed that the ddexec.sh module does not work correctly with static binaries:

Inconsistency detected by ld.so: rtld.c: 1619: dl_main: Assertion GL(dl_rtld_map).l_libname' failed!

Regards

arget13 commented 2 years ago

Hi, this happens because we should not call the linker when the file is static, I am working on it. In theory I have already fixed it, but sometimes it just loops forever.