Mason Reed

Results 58 issues of Mason Reed

The feature flag _dummy_mem_ no longer is specific to memory and includes functionality to create dummy os and dummy processes (as of 0.2 version). A good name that works would...

**Version and Platform (required):** - Binary Ninja Version: 3.1.3701-dev - OS: Windows 11 - OS Version: 21H2 - CPU Architecture: x64 **Bug Description:** Removing a tag in a non-code (function)...

**What is the feature you'd like to have?** I had no idea you could create multiple python console windows up until I saw the [livestream today](https://youtu.be/vl9ULZd8qCk?t=2808) (46:40 timestamp). It would...

Type: Enhancement
Component: UI
Impact: Low
Effort: Trivial
UI: Python Console

### Plugin Description Parses and symbolizes MSVC RTTI. Unlike similar plugins like ClassyPP this one is much faster, self-contained and utilizes the latest features (Components, data var refs, base structures)....

new plugin

We do not have an actual `char` type, it is merely the textual representation of the `int8_t` type. If you for example wanted to propagate the character constant display type...

Component: Core
Component: API
Effort: Medium
Impact: Medium
Type: DX

When param name hinting is on the current behavior will remove the hint on params where the var passed has the same name as the parameter. We could expand this...

Type: Enhancement
Component: Core
Core: HLIL
Effort: Trivial

Right now we freeze binja when we run the RTTI scan (on larger binaries ofc)

enhancement

The python loader needs to read the ABI version from the release.

bug
enhancement

In case of `COL_SIG_REV1`, RTTI will store relative pointers, we should add the appropriate cross references for these.

enhancement

I recently realized (tried to load x64 binary on arm mac lol) that CI does not build for arm platforms. This _should_ be easy to solve.

enhancement
good first issue