-
- [x] Whitelist
- [x] BigMath
- [x] bigDiv
- [x] sqrt
- [x] copy into this repo for the audit
- [x] DAT
- [x] SafeMath
- [x] OZ token
- [x] Update ZOS
- [x] Add…
-
This issue is intended to review potential smart contract auditing tools. Among the ones we will review:
- MythX
- Mythril
- Oyente
- SmartCheck
- Securify
- Slither
- Manticore
The goal is …
-
Initialazing client:
```
const mythx = new Client(address, pwd, 'remythx');
```
but when I call analyses there is default tool name
![image](https://user-images.githubusercontent.com/1164492/64…
-
* pythx version: 1.3.2
* Python version: 3.7
* Operating System: Ubuntu 18.10
### Description
Trying to submit an analysis payload (caused on staging) via pythx. Looks like a field should be a…
-
## Description
As a MythX user I would like to have a command line option the allows me retrieve the results of the analysis in JSON format so that I can post process them. In the current version th…
-
Hello, I am a graduate student from Hohai University. I want to know how many smart contract problems Mythril can detect today. I haven't found any descriptions on the GitHub page or mythx. io website…
-
When loading remix while the mythx plugin is installed, I get this errror in the console, and the mythx interface is completely blank. I feel like it was working last week with the same setup. Things …
-
truffle run verify [MyContract.sol] is the same plugin command used by the truffle-plugin-verify plugin. This causes conflict when you have both plugins installed
This is the plugin:
https://github.…
-
Currently Sabre only supports `MYTHX_ETH_ADDRESS` + `MYTHX_PASSWORD` for authentication. Add support for `MYTHX_ACCESS_TOKEN` and update the documentation to make usage of `MYTHX_ACCESS_TOKEN` the de…
-
This issue aims to analyze (with the proper auditing tools) the potential vunerabilities that the library might have.