1 comment (1 comment)0 reactions (0 reactions)2 assignees (2 assignees)C3,229 forks (3,229 forks)batch import
RAnalenhancementgood first issuetypes
Repository metrics
- Stars
- 23,826 stars (23,826 stars)
- PR merge metrics
- Avg merge 16h 24m (Avg merge 16h 24m)99 merged PRs in 30d (99 merged PRs in 30d)
Description
Like structure offset will propagate over all immediates. Suggesting tC command for that.
Currently is possible as a part of enum, but would be handy even without enum.
Contributor guide
- Research direction
- Study the implementation of existing type commands (e.g., `t` family) in radare2, understand how constants are currently handled in enums, and design a new `tC` command that defines a constant similar to structure offsets. Look at the codebase for command registration and propagation logic.
- Tech stack
- c
- Domain
- reverse engineeringtooling
- Issue type
- Feature
- Prerequisites
- Cradare2 command system