You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was learning the ghidra scripting and found bug in the scripting lab5 answer. The program goes into infinite cycle if reversing file has instructions with less or more than 2 arguments.
To Reproduce
Steps to reproduce the behavior:
Copy lab5 scripting answer
create a new script with Ghidra and insert copied data
Start script on any binary file, that contains any assembler instructions with less or more than two arguments
See error
Expected behavior
Infinite cycle with ghidra stops responding
Environment:
OS: macOS 10.14.6
Java Version: 11.0
Ghidra Version: 9.1
The text was updated successfully, but these errors were encountered:
Describe the bug
I was learning the ghidra scripting and found bug in the scripting lab5 answer. The program goes into infinite cycle if reversing file has instructions with less or more than 2 arguments.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Infinite cycle with ghidra stops responding
Environment:
The text was updated successfully, but these errors were encountered: