crytic/slither

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

Open

#1202 aperta il 9 mag 2022

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (886 fork)batch import
echidnaenhancementgood first issue

Metriche repository

Star
 (4769 star)
Metriche merge PR
 (Merge medio 54g 9h) (2 PR mergiate in 30 g)

Descrizione

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.

Guida contributor