Frida Workbench + Visual Studio

      Nessun commento su Frida Workbench + Visual Studio
There is a good chance you’ll continue to refer to the JavaScript API when you write Frida Script. If you’ve used other IDEs, it will be convenient if you can autocomplete Frida JavaScript APIs as well.

There is an extension for VSCode called Frida Workbench.
This plug-in links VSCode and Frida to provide various conveniences.
From the introductory screen, you can see that there are several features, but the code autocomplete feature is the most useful.

To enable the autocomplete feature you need:
– Create a file.js
– then press cmd + shift + p and looking for frida get
At this point, you are ready to write your Frida script in a very fast way.