Skip to content
Get kernel symbols on device. No jailbreak required (note: unslid addresses)
Branch: master
Clone or download
Pull request Compare This branch is even with jakeajames:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md
kernelSymbolFinder.c
kernelSymbolFinder.h
lzssdec.cpp
lzssdec.hpp

README.md

kernelSymbolFinder

Get kernel symbols on device. No jailbreak required (note: unslid addresses)

Setup

  • Include the files, call initWithKernelCache() with a copy of the compressed kernelcache that is stored on a location you have permission to write
  • Call find_symbol() as you wish
  • You'll be left with a .dec file on the same location which you might want to delete later

Thanks to Willem Hengeveld for lzssdec and MachOView as an awesome tool!

You can’t perform that action at this time.