Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion _i18n/en/_docs/gadget.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,13 @@ rpc.exports = {
};
{% endhighlight %}

<div class="note">
<h5>Java Instrumentation</h5>
<p>
Scripts using <code>Java.perform()</code> must import <code>frida-java-bridge</code>
and be compiled with <code>frida-compile</code> (Frida 17.0.0+).
</p>
</div>
The [rpc.exports][] part is actually optional, and is useful when your script
needs to be aware of its lifecycle.

Expand Down Expand Up @@ -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
Expand Down