-
I wanna know how to detect a callee in a function. For example
```
// SPDX-License-Identifier: GPL-3.0
// Docgen-SOLC: 0.8.25
pragma solidity ^0.8.25;
interface IERC20{
function transfer…
-
```
Error HH12: Trying to use a non-local installation of Hardhat, which is not supported.
Please install Hardhat locally using npm or Yarn, and try again.
For more info go to https://hardhat.org/H…
-
Slither not working on windows due to `solc-select` not supported on windows.
[Unsupported platform](https://github.com/crytic/solc-select/issues/43)
tizah updated
3 years ago
-
-
```
npm start
> Slither-Server@0.0.5 start /home/xxx/Downloads/slither/Slither-Server-0.0.5
> node ./index.js
[DEBUG] You are currently running on 0.0.5
[SERVER] Starting Server...
[SERVE…
-
Currently, the `external-function` detector in `slither` is disabled in the CI, because it has a false positive issue coming from the OpenZeppelin contract (`tokenURI` declared as `public` instead of …
-
按照readme流程进行运行,在执行智能合约修复命令时node index.js ../example/motivation_example.sol
出现AttributeError: 'CompilationUnit' object has no attribute 'bytecode_runtime,请问我该怎么解决。
![image](https://github.com/user-at…
-
### Describe the issue:
We're inheriting [EnumerableSetLib from Solady](https://github.com/Vectorized/solady/blob/main/src/utils/EnumerableSetLib.sol) and there's an issue generating SlithIR.
It d…
-
Result of running the [Slither](https://github.com/crytic/slither) analysis against Solidity 0.7.6.
42 result(s) found
```
ethsec@8f68a22109dd:/home/bitdao$ slither .
'npx hardhat compile --fo…
-
### Describe the issue:
I have added in my .pre-commit-config.yaml
```
- repo: https://github.com/crytic/slither
rev: 0.10.4
hooks:
- id: slither
```
And I get
…