-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashed in swiftOnceDenyFishHooK #60
Comments
FishHookChecker.swift - 第 663 行 |
I need to know "impDyldPath" in RuntimeHookChecker.amIRuntimeHook, so i copy code from RuntimeHookChecker to AdditionalRHChecker. |
Another crash reported: |
Hey, Please provide us code that actually makes ISS crash your app. Without it it's hard to reproduce the issue |
Sorry, i also can not reproduce the 'swiftOnceDenyFishHooK' issue with my devices. It happened in our customers, and reported by 'Firebase'. it happened bellow iOS 12.2 till now. The function checkFork() crashed in iPhone Xs Max(14.8)and iPhone 12 (14.2.1), and The function always return true, even in jailbreak device, how it return false? |
http://app.adjust.com/forget_device?app_token={yourAppToken}&adid={adidValue} |
Ios_sdk is his handle |
Sorry, I also cann |
Sent from Sam rays my iPhone
… On Mar 14, 2022, at 12:01 AM, 刘志新 ***@***.***> wrote:
Hey,
Please provide us code that actually makes ISS crash your app. Without it it's hard to reproduce the issue
http://app.adjust.com/forget_device?app_token={yourAppToken}&adid={adidValue}
Sorry, I also cannt reproduce the crash, which happens in our customers device.
If reproduce in the future, I'll ask questions again.
Thanks.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Hello @r3ggi |
Hey! Please provide me with the code in your app that called ISS' FishHook and caused the crash |
class RuntimeClass { func checkRunTimeHook(){ // calling checkRunTimeHook from AppDelegate |
Hello, @r3ggi |
Can I use FishHookChecker in background thread? |
Unbelievable,Debug or install Ad-hoc ipa works OK, but install app from App Store will crashed in FishHookChecker.swift: 663. 😭 |
Hello @r3ggi , I found the crash reason: Use both Alamofire and AFNetworking, just install Alamofire by Cocoapods, not use it ever can also cause crash. Crash below iOS15. Confused,Debug or Ad-hoc can not replicate, only upload ipa to App Store Connect, install app from TestFlight can replicate the crash. I'd like to migrate from AFNetworking to Alamofire step by step, so my app use both Alamofire and AFNetworking for network request, Alamofire for Swift, AFNetworking for OC. How can I solve the crash? |
Hey! @TannerJin I think we need you help here 🙏🏻 |
Hello @r3ggi I am also facing the same issue here. Got crashed at the same line if IOSSecuritySuite.amIRunInEmulator() || IOSSecuritySuite.amIDebugged() || IOSSecuritySuite.hasBreakpointAt(funcAddr, functionSize: nil) || testWatchpoint() || IOSSecuritySuite.amIReverseEngineered() || IOSSecuritySuite.amIMSHooked(funcAddr) any suggestion would be great here! Thank you. |
Hi, my app crashed in method 'swiftOnceDenyFishHooK'.
System: iOS 11.2.6, 11.4.1, 12.0.0, 12.0.1, 12.1.4.
I use "amIRuntimeHook" to check my custom UIViewController`s method, how to fix it?
The text was updated successfully, but these errors were encountered: