crytic/slither

Identify Functions that use delegatecall and msg.data for Echidna Printer

Open

#1,202 建立於 2022年5月9日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Python (886 fork)batch import
echidnaenhancementgood first issue

倉庫指標

Star
 (4,769 star)
PR 合併指標
 (平均合併 54天 9小時) (30 天內合併 2 個 PR)

描述

Describe the desired feature

Echidna should be able to access implementation contracts via a proxy contract that utilizes delegatecall with msg.data. This will allow easier fuzzing on proxy contracts. Currently, the user needs to create a wrapper for each of the functions that are in the implementation contract.

Ideally, the Slither printer would extract functions that use msg.data and associate the functions of the called contract into the calling contract.

貢獻者指南