teether
teether copied to clipboard
Hello, dear author: I had this problem: $ solc --bin test1.sol | tail -n1 > test1.code ERROR: Unknown option --bin I think my Solc is installed correctly When I enter...
`python bin/gen_exploit.py help Usage: bin/gen_exploit.py [flags] [savefile] [initial-storage file] [initial-balance]` ## issue: Is target-address the receive address? But what is shellcode-address, contract address ? Thanks a lot.
Hi, The extract code commands don't work: ```sh (base) mojtabaeshghie@mojtabaeshghie-mbp teether % python bin/extract_contract_code.py test.code > test.contract.code WARNING:root:No CODECOPY in this contract!! Traceback (most recent call last): File "bin/extract_contract_code.py", line...