https://github.com/henryquan/vm_tools
Searching/Reading/Writing virtual memory on iOS
https://github.com/henryquan/vm_tools
c ios memory objcective-c
Last synced: 3 months ago
JSON representation
Searching/Reading/Writing virtual memory on iOS
- Host: GitHub
- URL: https://github.com/henryquan/vm_tools
- Owner: HenryQuan
- License: mit
- Created: 2020-10-09T06:27:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T03:58:29.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T04:28:45.878Z (5 months ago)
- Topics: c, ios, memory, objcective-c
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VM Tools
`app_tool` and `vm_tool` includes useful helper functions. Include both of them in your project to use them.
- NOTE: add `app_tool.m` in your compile list or it won't compile
## TODO
remove app_tool if no longer needed, \_dyld_get_image_vmaddr_slide(1) should be the end address
### Extras
```
xattr -cr /path/to/application.app
```This fixes damaged file on Mac.