m4b / m4b/bingrep

add search string

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.