https://github.com/secretsquirrel/kyphosis
Find what's not loaded in memory on an executable (OS X/iOS only)
https://github.com/secretsquirrel/kyphosis
Last synced: about 1 year ago
JSON representation
Find what's not loaded in memory on an executable (OS X/iOS only)
- Host: GitHub
- URL: https://github.com/secretsquirrel/kyphosis
- Owner: secretsquirrel
- Created: 2016-01-15T16:57:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T18:43:04.000Z (over 10 years ago)
- Last Synced: 2025-04-14T01:09:17.670Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kyphosis
Find what's not loaded in memory on an executable (OS X/iOS only)
## Why?
Because Apple codesigning tools might miss something. Or the binary isn't signed.
You see, you can stuff data into and on a binary.
See my Shmoocon 2016 presentation for details.