nmilcoff / BreachDetector

Detect root, emulation, debug mode and other security concerns in your Xamarin apps
MIT License
89 stars 14 forks source link

This library does not work on the BlueStacks emulator #21

Open nfankou opened 1 year ago

nfankou commented 1 year ago

Hello, I tried your plugin but it does not work on the BlueStacks emulator

it says it's not an emulator.

Also when I run the code in the android emulator I get this error

Java.Lang.UnsatisfiedLinkError: 'dlopen failed: library "libanti.so" not found'

at CrossBreachDetector.Current.IsRunningOnVirtualDevice();

Please help