0cyn / ktool

pip install k2l | Mach-O + Obj-C analysis TUI / CLI kit and library. Zero compiled deps, runs anywhere with a python interpreter.
MIT License
485 stars 24 forks source link

Incorrect superclass for classes #6

Closed arandomdev closed 3 years ago

arandomdev commented 3 years ago

I was trying to generate header files for NearField.framework but noticed that the superclass for NFHCESession was incorrect.

My NearField.framework binary was created by DyldExtractor with the cache from iOS 14.3.

The superclass for NFHCESession should be NFSession but it's set to NSObject. image

Here is the binary I used.

0cyn commented 3 years ago

Fixed in commit daf43a2 / k2l version 0.11.0

Upgradable with python3 -m pip install k2l.

Going to take about 12+ hours for the changes to show up on https://headers.krit.me/