delegatecall
Run another contract's code in your own storage context.
A low-level call that executes target code against the caller's storage, balance, and address. Powerful for proxies, dangerous in signing flows: a malicious target can rewrite the caller's storage — the core of the Bybit takeover.
Related cases
Related attack patterns
Related tools
