Closed arandomdev closed 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.
Here is the binary I used.
Fixed in commit daf43a2 / k2l version 0.11.0
Upgradable with python3 -m pip install k2l.
python3 -m pip install k2l
Going to take about 12+ hours for the changes to show up on https://headers.krit.me/
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.
Here is the binary I used.