Brandon Miller

Results 19 issues of Brandon Miller

Fix for https://github.com/Vector35/binaryninja-api/issues/5362#event-12730665835 It's important to understand that this PR still allows for backwards compatibility and doesn't prevent the use of `loader.architecture` for overriding the architecture. `loader.architecture` has been deprecated...

**Describe the bug** Ghidra incorrectly disassembles certain `move*` 68000 instructions, specifically instructions where the addresses are sign extended. For example, Ghidra disassembles the instruction below (from IDA output): ``` ROM:00001A56...

Type: Bug
Feature: Processor/68000

This PR adds the `IsForceLoadable` method to the `BinaryViewType` class. This was done to allow selection of binary view types for raw binary formats. It allows users to select binary...

The BinaryView should have the ability to locate VxWorks version 5 and 6 symbol tables and process symbol entries to identify the base address, load the image, and apply names...

Type: Enhancement
Effort: Medium
Impact: Medium
Component: BinaryViewType