GG-coder889 / injector

Inject code to process memory, link it and run in a separate thread (ARM/AARCH64 only).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inject code to process memory, link it and run in a separate thread.

/data/test/injector32 [options ...] <file> [libraries...]
/data/test/injector32 cleanup <pid> <start_addr> <len>

<file> -- non-linked object file
[libraries...] -- full paths to libraries it uses

Options:
-e <entry_point> -- start symbol in <file> (default is "main")
-i <word> -- argument to pass to <entry_point> (default is 0)
-s <size> -- stack size of execution thread (default is 524288)
-p <pid> OR -n <proc_name> -- target pid or process name (default is current process)
-w -- wait until the thread has exited (take care to undo process changes if any!)
-v -- verbose output: includes debugging information (may be repeated)
-q -- quiet output: only errors and cleanup string if any

About

Inject code to process memory, link it and run in a separate thread (ARM/AARCH64 only).


Languages

Language:C 93.3%Language:Assembly 6.0%Language:Makefile 0.7%