This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!

Reentrancy Surface Mapper

Security · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — nothing to install.
CategorySecurity
PlatformAll
Pricing Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.

About this app

Disassembles deployed bytecode and reports every external call alongside whether storage writes follow it, which is the shape reentrancy exploits — the called contract calls back in while state still says the first call has not finished. PUSH data is skipped during the walk, because reading it as instructions invents calls the contract does not have. Static calls are excluded since they cannot write state, and delegatecalls are flagged separately because they run foreign code against this contract’s own storage. It is explicit that this is a map rather than a proof: bytecode has no function boundaries, so a write in an unrelated branch can land in the window, and a guard may already protect the path.

Similar Apps

Log in to BotGentz

Suggest an App

Tell us what you'd find useful — if we build it, we'll email you the moment it's ready.