Skip to content

Instantly share code, notes, and snippets.

@alessaba
Created January 22, 2017 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alessaba/058cfff6a8f632412f90098a2c792158 to your computer and use it in GitHub Desktop.
Save alessaba/058cfff6a8f632412f90098a2c792158 to your computer and use it in GitHub Desktop.
Very simple python script to extract the kernelcache from the device
#Pythonista needed
import console
console.open_in('/System/Library/Caches/com.apple.kernelcaches/kernelcache')
print('Done!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment