We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File "/opt/dewolf/decompiler/util/bugfinder/bugfinder.py", line 201, in iter_function_reports task_result = self.decompile(function, options) File "/opt/dewolf/decompile.py", line 52, in decompile task.code = self._backend.generate([task]) File "/opt/dewolf/decompiler/backend/codegenerator.py", line 34, in generate string_blocks.append(self.generate_function(task)) File "/opt/dewolf/decompiler/backend/codegenerator.py", line 45, in generate_function local_declarations=LocalDeclarationGenerator.from_task(task) if not task.failed else "", File "/opt/dewolf/decompiler/backend/variabledeclarations.py", line 41, in from_task return "\n".join(generator.generate(param_names)) File "/opt/dewolf/decompiler/backend/variabledeclarations.py", line 72, in generate if not isinstance(variable, GlobalVariable) and variable.name not in param_names:
Error class [email protected]:72 contains 55 cases.
[email protected]:72
python decompile.py a38d98cf9dde696e5556b3c6bb2d1eaaaf558db1d439b0c981653d035dffa45f select --debug
sample: a38d98cf9dde696e5556b3c6bb2d1eaaaf558db1d439b0c981653d035dffa45f case: https://bugfinder.seclab-bonn.de/case/9012/ dewolf commit: 0ff5502 Binaryninja version: 3.5.4526
3.5.4526
The text was updated successfully, but these errors were encountered:
/cib
Sorry, something went wrong.
Branch issue-359-_AttributeError_variabledeclarations_py_72_AttributeError_BinaryOperation_object_has_no_attribute_name created!
Create draft PR for #359
e85ac6d
rihi
Successfully merging a pull request may close this issue.
What happened?
Error class
[email protected]:72
contains 55 cases.How to reproduce?
sample: a38d98cf9dde696e5556b3c6bb2d1eaaaf558db1d439b0c981653d035dffa45f
case: https://bugfinder.seclab-bonn.de/case/9012/
dewolf commit: 0ff5502
Binaryninja version:
3.5.4526
The text was updated successfully, but these errors were encountered: