Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eronana/test_swizzling
Some short code for show swizzling
https://github.com/eronana/test_swizzling
injection objective-c swizzling
Last synced: 6 days ago
JSON representation
Some short code for show swizzling
- Host: GitHub
- URL: https://github.com/eronana/test_swizzling
- Owner: Eronana
- Created: 2017-07-19T10:06:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T10:07:16.000Z (over 7 years ago)
- Last Synced: 2024-10-20T14:28:36.280Z (18 days ago)
- Topics: injection, objective-c, swizzling
- Language: Objective-C
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Swizzling
Some short code for show swizzling## How to run
There are two way to run:
1. Just run `make run`.
2. You can run `prog` by `./prog` and use other tool like osxinj to inject `injlib.dylib`.## prog
A simple program that will be injected `injlib.dylib`.## injlib.dylib
A dynamic library that will inject to `prog`.## Others
I started learning Objective-C three days ago, please forgive me if there is anything wrong.