https://github.com/tyilo/inject_dylib
Command-line utility to inject a dylib into a running process
https://github.com/tyilo/inject_dylib
Last synced: 12 months ago
JSON representation
Command-line utility to inject a dylib into a running process
- Host: GitHub
- URL: https://github.com/tyilo/inject_dylib
- Owner: tyilo
- Created: 2014-10-26T01:14:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T08:33:40.000Z (over 11 years ago)
- Last Synced: 2024-04-24T03:16:50.421Z (about 2 years ago)
- Language: C
- Homepage:
- Size: 119 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
inject_dylib
============
Command-line utility to inject a dylib into a running process
This is just a small wrapper around [task_vaccine](https://github.com/rodionovd/task_vaccine) made by [rodionovd](https://github.com/rodionovd)
Usage
-----
```
Usage: inject_dylib pid lib
```