diff --git a/_i18n/en/_docs/gadget.md b/_i18n/en/_docs/gadget.md index 9188be0f..34dd6dbc 100644 --- a/_i18n/en/_docs/gadget.md +++ b/_i18n/en/_docs/gadget.md @@ -250,6 +250,13 @@ rpc.exports = { }; {% endhighlight %} +
+
Java Instrumentation
+

+ Scripts using Java.perform() must import frida-java-bridge + and be compiled with frida-compile (Frida 17.0.0+). +

+
The [rpc.exports][] part is actually optional, and is useful when your script needs to be aware of its lifecycle. @@ -326,7 +333,7 @@ Supported configuration keys are: will monitor the directory and rescan it anytime it changes. The default is `ignore`, but `rescan` is highly recommended during development. -Each script's optional configuration file may contain the following keys: +Each 's optional configuration file may contain the following keys: - `filter`: object containing criteria for this script to be loaded. Only one of them has to match, so complex filtering should be implemented in the