Skip to content

Debugging Frida functions

Federico Dotta edited this page Apr 13, 2020 · 1 revision

Debugging Frida exported functions

The "Debug export" tab allows the user to call a Frida exported function from Burp Suite, providing arguments if any. The purpose of this tab is to verfy the correctness of the Frida exported functions before using them in the internal or external custom plugins, allowing an easier debugging.

debug-export-1