0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C3,229 forks (3,229 forks)batch import
RAnalRGraphgood 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
full class inhehritance graph is hard to navigate in ascii art
Contributor guide
- Research direction
- Examine the current implementation of the 'icg' command in radare2's source code, understand how the class inheritance graph is generated, and implement a new argument to filter classes by substring matching using strstr.
- Tech stack
- c
- Domain
- backendtooling
- Issue type
- Feature
- Prerequisites
- CGraph algorithms