blocksecteam / hookscan

Analyzer for Uniswap v4 Hooks
GNU Affero General Public License v3.0
10 stars 3 forks source link

feat: add detector RugHook (prototype) #13

Open futuretech6 opened 10 months ago

futuretech6 commented 10 months ago

add detetor for rug-pull hooks as #11

futuretech6 commented 10 months ago

This feature requires:

  1. impl of BaseDetector.get_all_hooked_instances
  2. storage supports (storage keys)

@hjt-blocksec