4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++1,123 forks (1,123 forks)batch import
EnhancementHacktoberFestgood first issue
Repository metrics
- Stars
- 14,852 stars (14,852 stars)
- PR merge metrics
- Avg merge 13d 23h (Avg merge 13d 23h)20 merged PRs in 30d (20 merged PRs in 30d)
Description
If base address is selected, Cutter should seek to it, not to show from 0x0 (in case of raw binaries)
Contributor guide
- Research direction
- Identify the function responsible for opening raw binaries and setting the initial seek position. Modify it to use the selected base address instead of defaulting to 0x0.
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Bug
- Prerequisites
- C++