Specifying an address via `-a ADDRESS` will download the contract code from your node:
Specifying an address via `-a ADDRESS` will download the contract code from your node. Mythril will try to resolve function names using the signatures in `database/signature.json`:
```
```
$ myth -d -a "0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208"
$ myth -d -a "0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208"
0 PUSH1 0x60
0 PUSH1 0x60
2 PUSH1 0x40
2 PUSH1 0x40
4 MSTORE
4 MSTORE
5 CALLDATASIZE
(...)
(...)
```
Mythril will try to resolve function names using the signatures in `database/signature.json`.