Skip to content

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

Notifications You must be signed in to change notification settings

avs333/injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published