Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T18:43:04.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T04:55:11.377Z (7 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 10
- Watchers: 5
- 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.