From Collaborative RCE Tool Library
Process Inject
| Tool name: | Process Inject |
|
||
|---|---|---|---|---|
| Author: | ap0x | |||
| Website: | http://ap0x.jezgra.net/patchers.html | |||
| Current version: | 0.1 | |||
| Last updated: | ||||
| Direct D/L link: | Locally archived copy | |||
| License type: | Free | |||
| Description: | Process.Inject 0.1 -------------------- WARNING: Do not rename inject.exe! How to use: inject.exe -p<PID> -a<ADDRESS> -b<BYTES> -l<LENGTH> inject.exe -p<PID> -a<ADDRESS> -f<FILE> inject.exe -p<PID> -n<ALLOCSIZE> inject.exe -p<PID> -r<THREADSTART> <PID> = ProcessID [hex] <ADDRESS> = Address where to insert bytes [hex] <BYTES> = Patch bytes [hex] <LENGTH> = Number of bytes to write (1..4) <FILE> = Path to file to inject in memory (.bin) <ALLOCSIZE> = Size of memory to allocate in target process [hex] <THREADSTART> = New thread`s start address [hex] Example: inject.exe -p101 -a00401000 -bEBFE -l2 inject.exe -p101 -a00401000 -fC:\inject_me.bin inject.exe -p101 -n1000 inject.exe -p101 -r00830000 |
|||
| Related URLs: | No related URLs have been submitted for this tool yet | |||
Feed containing all updates for this tool.
(please also edit it if you think it fits well in some additional category, since this can also be controlled)
You are welcome to add your own useful notes about this tool, for others to see!