HacktoberfestRAnalconceptenhancement
仓库指标
- Star
- (23,826 star)
- PR 合并指标
- (平均合并 16小时 24分钟) (30 天内合并 99 个 PR)
描述
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.