We are working on a react native app that uses "jail-monkey": "^2.7.0", and at the initialisation of the app we check if the device is jail broken or in case there are any hooking methods attached to our app with JailMonkey.hookDetected() || JailMonkey.isJailBroken() so we can throw a warning message to the user, but the problem is that just by doing that, a pentest team achieved to use the Android app without getting the warning message using Frida.
My question: should we add something else beside that? Is there any known issue where Frida can penetrate these methods?
Thank you for your time!
1Related questions 7 Hooks in React Native: Only Call Hooks from React Functions 2 Using React Native Hooks 1 How to refactor and call a refactored hook properly? Related questions 7 Hooks in React Native: Only Call Hooks from React Functions 2 Using React Native Hooks 1 How to refactor and call a refactored hook properly? 3 where am I breaking hook rules? 0 Using hooks on react-native 0 getting invalid hook call in react native useEffect() 2 Invalid hook call React 2 how to check hooks on React Native Debugger 0 React Native: Invalid hook calls 0 Invalid Hook Call React Native Load 7 more related questions Show fewer related questions
Reset to default