Mason Reed

Results 58 issues of Mason Reed

Similar to #28 this focuses mainly on the fact that at ~40k links in the DOT file its never going to render. We need a better solution to visualize the...

Right now every test of the release action creates a patch commit that is... annoying. Would be nice to have a dry run version that doesn't actually do anything but...

enhancement
good first issue

This will require that we have a python frontend that can automate the process of locating and downloading the correct version of the native plugin for the respective version. We...

Using our RTTI information we can identify and symbolize both the throw metadata and the attached catch routine. This should be done in two passes. First pass should symbolize the...

Identifying heap constructors will greatly help in generating better class object types as member variables might be assigned in these functions.

enhancement

### Discussed in https://github.com/Vector35/binaryninja-api/discussions/5656 Originally posted by **dawn-breaking** June 23, 2024 bininninjia commercial stable latest version save AwemeCore.bndb crashes on completion of analysis。latest commercial dev version load AwemeCore also crashed。example...

Type: Crash
State: Awaiting Triage
Impact: Critical
Component: Objective-C

This PR addresses the issue of the inability to express LLIL_REG_SPLIT when lifting, or consuming IL from the rust API.

Component: Rust API

This is the rust equivalent to python's [LowLevelILFunction.copy_expr](https://dev-api.binary.ninja/binaryninja.lowlevelil-module.html#binaryninja.lowlevelil.LowLevelILFunction.copy_expr). This is very useful when replacing expressions with the original expression being a child expression, as replacing the expression without recreating the...

Component: Rust API