kubo / injector

Library for injecting a shared library into a Linux or Windows process
GNU General Public License v2.0
489 stars 93 forks source link

[feature] Injecting from buffer #37

Open enty8080 opened 11 months ago

enty8080 commented 11 months ago

Hi, @kubo

May I ask you if it is possible to inject a shared object library from buffer instead of from the disk. It might be useful when you don't have access to the file system. Moreover, it would be useful if you don't want to write object to disk in order to inject it.

Is it hard to achieve? How can it be done?

Thanks in advance, Ivan Nikolskiy (@enty8080)