HacktoberfestRAnalconceptenhancement
Metriche repository
- Star
- (23.826 star)
- Metriche merge PR
- (Merge medio 16h 24m) (99 PR mergiate in 30 g)
Descrizione
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.