securing / IOSSecuritySuite

iOS platform security & anti-tampering Swift library
https://www.securing.biz/
Other
2.34k stars 281 forks source link

ReverseEngineeringToolsChecker needs more details for `amIReverseEngineered` method #79

Closed sayler8182 closed 1 year ago

sayler8182 commented 1 year ago

Currently the IOSSecuritySuite.amIReverseEngineered() method return only the Bool value whether the app is potentially reverse engineered or not. Could You add more information what was detected ?

static func amIReverseEngineered() -> ReverseEngineeredStatus { ... }

eg. IOSSecuritySuite.amIJailbrokenWithFailedChecks() returns JailbreakStatus with failMessage

r3ggi commented 1 year ago

Hey!

That's a good idea! Feel free to create a PR. 🚀

r3ggi commented 1 year ago

The new method has been implemented thanks to @izmcm