mirror of
https://github.com/QM4RS/FridaBox.git
synced 2026-09-16 06:02:22 +02:00
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
'use strict';
|
|
|
|
import JavaBridge from 'frida-java-bridge-7-0-12';
|
|
|
|
if (typeof globalThis.Java === 'undefined') globalThis.Java = JavaBridge;
|