1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C3,229 forks (3,229 forks)batch import
HacktoberfestRAsm-Disassemblerconsoleuienhancementgood first issue
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
For example 'noreturn' statements when calling no return functions, set .bits or .size like if it was compatible with rasm2 syntax
Contributor guide
- Research direction
- Look at the disassembly output code in radare2 (e.g., libr/core/disasm.c) and the analysis hints structure (RCoreAnalHint). Understand how hints like noreturn, bits, size are stored and then add them to the disassembly output formatting.
- Tech stack
- c
- Domain
- reverse engineering
- Issue type
- Feature
- Prerequisites
- CGit