Open Issues Need Help
View All on GitHub Feature: Synthetic Symbol Support about 2 months ago
AI Summary: This enhancement proposes adding support for "synthetic symbols" to allow users to label specific memory addresses (e.g., `binary.exe+0x434` as `rop_trigger`). The solution suggests leveraging the `IDebugSymbols` interface, specifically `IDebugSymbols3::AddSyntheticSymbol`, which the project already utilizes.
Complexity:
2/5
enhancement good first issue
UI library plugin (Enhancement) about 2 months ago
enhancement good first issue
vmmap - RWX pages have padding underlined about 2 months ago
AI Summary: The `vmmap` tool currently underlines the entire line when displaying RWX memory regions, including whitespace padding. The desired behavior is to only underline the actual data, not the padding, which can be achieved by applying color/underline styling before padding the output text.
Complexity:
1/5
good first issue