Recent content by KAMIKAZ3

  1. KAMIKAZ3

    emulator with virtual camera

    Thank you for reply, I'm aware that android 11 comes with native library translator, but the app detects the device as an emulator for that we need frida, that's what I'm having trouble with at the moment. I'm now looking into creating an emulator with aarch64 on qemu
  2. KAMIKAZ3

    emulator with virtual camera

    I've already got done with the basics like outputting a virtual camera and bypassing emulation detection, SSL pinning and root detection with frida, but I have a problem, the emulator architecture it's x86_64 and 95% of commercial apps use external libraries which need a native bridge to...
  3. KAMIKAZ3

    emulator with virtual camera

    Hello, I'm trying to set up an emulator with a virtual camera, I've been working on it for a month now but wasn't able to achieve any final results. I created an Android Virtual Device with android studio and output a virtual camera via OBS as it's camera but the problem I run into is it won't...
Top