alpharush

Results 274 comments of alpharush

To identify functions with `msg.data`, I think you can use the same method used [here](https://github.com/crytic/slither/blob/488dbaec1e91e922646374bd30e07c8a025df293/slither/printers/guidance/echidna.py#L376-L378) and add that info to the dictionary. Getting that working would be a good first...

@TsigelnikovNikita In order to analyze the code, the source files of all dependencies must be available. We will document that if `dependencyCompiler` is used, `keep` must be set to `true`.

Can you share the code that caused this error?

Can you try this branch https://github.com/crytic/slither/pull/1188?

If this fix is not acceptable, it would be nice for the changes proposed in https://github.com/crytic/slither/issues/542 to be fleshed out i.e. providing further guidance on what would change/ how the...

Can you run black and format the code please?

Yes, slither uses whichever compilation framework you are using, and many support mixing compiler versions. For instance, hardhat will produce the necessary artifacts and slither will use them. Can you...

Here, `using_for` can have keys that are objects and not strings: https://github.com/crytic/slither/blob/ce9dbf650d7acfee51ddafd844929f4e8d345672/slither/slithir/convert.py#L529-L532 Thus, the high level call is not converted to a library call and the function attribute is not...