You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on the IPA in the release and/or the IPA in the source code, I was not able to find any of the Native functions. I tried enumerate the "Playground" module and every single module available to find those functions with no luck. (I tried with option frida's Module.findExportByName(null, funcName) option and manually enumeration). The issue is confirmed with attempting to run the solution available to find Module.findExportByName(null, "isSecure"); returns null instead of handle to the function.
The text was updated successfully, but these errors were encountered:
on the IPA in the release and/or the IPA in the source code, I was not able to find any of the Native functions. I tried enumerate the "Playground" module and every single module available to find those functions with no luck. (I tried with option frida's
Module.findExportByName(null, funcName)
option and manually enumeration). The issue is confirmed with attempting to run the solution available to findModule.findExportByName(null, "isSecure");
returns null instead of handle to the function.The text was updated successfully, but these errors were encountered: