Skip to content

Instantly share code, notes, and snippets.

@leveled
Created October 20, 2021 19:18
Show Gist options
  • Save leveled/7083aeb5eb00347c1910ff119984cd9c to your computer and use it in GitHub Desktop.
Save leveled/7083aeb5eb00347c1910ff119984cd9c to your computer and use it in GitHub Desktop.
Reloading plugins manually in Binary Ninja
import pluginname
import importlib
importlib.reload(pluginname);pluginname.callbackmethod(bv)
#Push up, then enter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment