Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on backward slice #5

Open
ZetaTwo opened this issue Sep 12, 2022 · 0 comments
Open

Error on backward slice #5

ZetaTwo opened this issue Sep 12, 2022 · 0 comments

Comments

@ZetaTwo
Copy link

ZetaTwo commented Sep 12, 2022

I just tried to use this plugin and while the forward slice seems to work fine, I get the following error when doing a backward slice:

Traceback (most recent call last):
  File "/home/zetatwo/tools/binaryninja/plugins/../python/binaryninja/plugin.py", line 129, in _address_action
    action(view_obj, addr)
  File "/home/zetatwo/.binaryninja/repositories/community/plugins/c3r34lk1ll3r_Instruction_Slicer/__init__.py", line 46, in s_b
    slicer(bv,address,'B')
  File "/home/zetatwo/.binaryninja/repositories/community/plugins/c3r34lk1ll3r_Instruction_Slicer/__init__.py", line 35, in slicer
    temp = ml.get_ssa_var_definition(var)
  File "/home/zetatwo/tools/binaryninja/plugins/../python/binaryninja/mediumlevelil.py", line 2975, in get_ssa_var_definition
    var_data = ssa_var.var.to_BNVariable()
AttributeError: 'Variable' object has no attribute 'var'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant