A skeleton repo to provide a Ghidra Headless (non-GUI) Python scripting environment in VS Code. This repo is a starting point for your Ghidra Python scripting project in vscode. It demonstrates some ...
You might want to restrict sockets to during tests to ensure network calls are prevented. There's a plugin for pytest to do this, called pytest_socket. The microsoft ...