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:
- https://github.com/sgayou/rbasefind (in Rust)
- https://github.com/mncoppola/ws30/blob/master/basefind.py (Python)
- https://github.com/mncoppola/ws30/blob/master/basefind.cpp (C++)
I think that could be a nice radare2 feature.