Skip to content
methneviebyvaet edited this page Feb 27, 2023 · 3 revisions

welcome to the soinjector wiki!

introduction

the injector is a command-line tool that allows you to inject a shared library (i.e., a ".so" file) into a running process. this can be useful for a variety of purposes, including debugging, profiling, and modifying the behavior of an application at runtime.

usage

to use the injector, you will need to provide the path to the shared library you wish to inject and the process ID of the target process. you can do this by running the following command:

sudo ./injector <lib_path> <pid>
Clone this wiki locally