Josh F
Josh F
Tested with ELF, Mach-O, PE ```python >>> import binaryninja >>> for _ in range(5): ... with binaryninja.load('/bin/true') as bv: ... pass ... [0:8935060525942268291 Settings warn] Setting 'loader.architecture' deprecated by 'loader.platform'....
1. Open a binary 2. Go to linear/graph view 3. Open Memory Map view (or other view that has a sidebar equivalent) 4. Try to use ESC (or your equivalent...
1. Do not have xrefs open 2. Open a binary 3. Select `main` 4. Open xrefs 5. Notice there are no xrefs shown 6. Click main 7. Notice there are...
It was a victim of a refactor and now always returns an empty list
You should be able to right click a symbol and add/edit/remove external location
To repro: 1. Create a new file 2. Input `1234` in Hex view 3. Switch to linear view 4. Press `2` to create an `int16_t` 5. Right click on `data_0`...
See internal binary `problem service sweep initiative` Examples at `0x87e923c4`, `0x87e8882c`, and lots of other places in the binary The pseudocode for `bx` shows that we should be considering creating...
Right now we just define the variables at wrong locations, or print an error and skip them.
1. Open a file 2. Save a database 3. Rename a function 4. Rename the function again 5. Save 6. Undo once 7. Notice the database is marked as changed...
When opening a collaboration file in triage view, the full path on disk is shown instead of the nice short name we show in the tab title