Marvin Marks
Marvin Marks
Here it seems that timestamps are missing. Had also an `IndexError` when plotting for a single fuzzer, but issues seem only slightly related... (#19 does not fix the issue at...
Version 3.1.3469 (Build ID 93650e26) affected as well
Version 3.1.3469 (Build ID 93650e26) yields the following crash: ``` Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib64/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/user/.tools/binaryninja/plugins/../python/binaryninja/plugin.py", line 928,...
I took the route of unrolling the bit field inside the `Branch.condition`. This is possible, since the bit-shift `0x1
``` Exception in thread Thread-8: Traceback (most recent call last): File "/usr/lib64/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/user/.tools/binaryninja/plugins/../python/binaryninja/plugin.py", line 928, in run self.task.run() File "/home/user/.binaryninja/plugins/dewolf/__init__.py", line 41, in run...
Another idea: Given a stage name, print the previous and the given stage.
`binaryninja.types.EnumerationType` gets lifted as `UnknownExpression` (`lift_unknown()`). This leads to `Operation.type` being an `UnknownExpression` and therefore AttributeError happens. Fix: lift `EnumerationType` as `CustomType` by registering in `TypeHandler`