add search string
Open
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
re #1:
I'd like to do:
```
bingrep "function_name"
```
which will return any matches for the function in the various "sections" of the binary, e.g., in the dynamic symbol table, the strippable symbol table, the string table, etc.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing issue #1 and the existing bingrep command path for how binary sections are searched. Trace handling of dynamic symbols, stripped symbols, and string tables across supported binaries. Done means `bingrep "function_name" ` reports matching occurrences in those sections.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, reverse-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100