Josh F

Results 29 issues of 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'....

Type: Bug
Component: Core
Impact: Low
Effort: Trivial

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...

Type: Bug
Component: UI
Impact: Low
UI: Types
UI: Strings
UI: Memory Map

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...

Type: Bug
Component: UI
Impact: Low
Effort: Trivial
UI: Cross References

It was a victim of a refactor and now always returns an empty list

Type: Bug
Component: Core
Impact: Medium
Effort: Trivial

You should be able to right click a symbol and add/edit/remove external location

Type: Enhancement
Component: UI
Impact: Low
Effort: Trivial
UI: Projects

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`...

Type: Bug
Component: UI
Impact: Low
Effort: Trivial

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...

Type: Bug
Component: Core
Arch: ARM/Thumb
Impact: Medium

Right now we just define the variables at wrong locations, or print an error and skip them.

Type: Enhancement
Effort: Low
Impact: Medium
DebugInfo: DWARF

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...

Type: Bug
Component: Core
Effort: Low
Impact: Medium

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

Type: Enhancement
Component: UI
Impact: Low
Effort: Trivial
UI: Triage Summary