-
# What happened?
```python
File "/opt/dewolf/decompiler/util/bugfinder/bugfinder.py", line 201, in iter_function_reports
task, code = self.decompile(function, task_options=options)
File "/op…
-
# What happened?
```python
File "/opt/dewolf/decompiler/util/bugfinder/bugfinder.py", line 201, in iter_function_reports
task, code = self.decompile(function, task_options=options)
File "/op…
-
considering the entry cost of IDA Pro for the individual researcher for both x86 and x86_64, it would be nice if you supported BinaryNinja (at $300) as well as IDA Pro ($1409)...any plans?
for x86 …
-
Stack trace:
```
Traceback (most recent call last):
File "/home/[REDACTED]/.local/bin/capa", line 8, in
sys.exit(main())
^^^^^^
File "/home/[REDACTED]/App/capa/capa/main…
-
We should provide a docker image in this repository that utilizes WARP integration with Binary Ninja through `sigem` to show how to generate signatures in bulk.
-
I am trying to run the symbolic exploration without the UI.
With BinaryNinja version: 4.0.4911
Python: 3.11
```
File "/home/usr/test.py", line 11, in
import borzacchiello_seninja as se…
-
### Proposal
update binaryninja in dewolf image
```python
$ sudo docker run -it bugfinder-dewolf python
Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux
Type "help", "cop…
-
As they are intended for end users we should make them available through GitHub releases.
-
On any sufficiently large binary, `/bin/ls` for example, the following code will not complete without generating an exception.
```
for func in bv.functions:
for bb in func.lifted_il:
for i…
-
During some initial profiling, I'm finding that the Binary Ninja backend is substantially slower than vivisect or IDA. This thread will enumerate all the things we discover. It might include: bugs in …