Mason Reed
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...
### 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)....
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...
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...
Right now we freeze binja when we run the RTTI scan (on larger binaries ofc)
The python loader needs to read the ABI version from the release.
In case of `COL_SIG_REV1`, RTTI will store relative pointers, we should add the appropriate cross references for these.
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.