Skip to content

Instantly share code, notes, and snippets.

@g-les
Created May 10, 2023 13:29
Show Gist options
  • Save g-les/e55f061a172c645d60207dc83c050231 to your computer and use it in GitHub Desktop.
Save g-les/e55f061a172c645d60207dc83c050231 to your computer and use it in GitHub Desktop.
Binja Snippet to Jump Around Data
bv.navigate(bv.view, bv.get_next_data_var_start_after(here))
bv.navigate(bv.view, bv.get_previous_data_var_start_before(here))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment