Skip to content
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

How to implement this project in React Native? #41

Open
pradsirwt opened this issue May 5, 2023 · 3 comments
Open

How to implement this project in React Native? #41

pradsirwt opened this issue May 5, 2023 · 3 comments

Comments

@pradsirwt
Copy link

Thanks for this wonderful package. I have a react native project and I couldn't find any readme for integrating with React Native. Could you point me to tutorial to implement this in React native.

@flikkr
Copy link

flikkr commented May 18, 2023

To implement this in React Native, you will need to create a native module to bridge the code between React Native and Android, please see this resource on this topic. Furthermore, if you are implementing the detection code in C/C++ like in this project, you will also need to create a native JNI (Java Native Interface) library that can be loaded from the Android SDK, here is a good starting guide. You could alternatively implement the detection code in Java/Kotlin and bypass the JNI step but that would leave your application at risk of hooking from Frida.

@vinithreddy3
Copy link

@pradsirwt , I'm also looking for react native logic to detect Frida. Were you able to use this repo to create a native module for Frida detection ?

@imanshul
Copy link

@vinithreddy3 and @pradsirwt Please use below library to detect Frida and avoid frida to bypass root checks

react-native-detect-frida

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants