radareorg/radare2

[request] Implement basefind

Open

#10,725 opened on Jul 13, 2018

View on GitHub
 (5 comments) (2 reactions) (0 assignees)C (3,229 forks)batch import
HacktoberfestRAnalconceptenhancement

Repository metrics

Stars
 (23,826 stars)
PR merge metrics
 (Avg merge 16h 24m) (99 merged PRs in 30d)

Description

Basefind aims at find the base address of a binary by using ASCII strings and their intersections.

There are various implementations of this:

I think that could be a nice radare2 feature.

Contributor guide