Commit Graph

147 Commits (01aef7783c8c02e6efa5cabd65646d481291b148)

Author SHA1 Message Date
Bernhard Mueller d3d2322da9 Correctly process multiple input files 7 years ago
Bernhard Mueller cf62c49ff5 Load contracts into list 7 years ago
Alex Xiong a54412e621 add support for testnet & friendly shorter option using infura 7 years ago
Bernhard Mueller ee4df81821 Load & compile libs 7 years ago
Bernhard Mueller af8cb476a7 Capture stderr 7 years ago
Bernhard Mueller db929fe4ab Remove ununsed utility methods 7 years ago
Bernhard Mueller a760d24804 Move solidity compile func to utils 7 years ago
Bernhard Mueller a62d817026 Solidity source file support 7 years ago
Bernhard Mueller fd1ea2b1e0 Update command line args 7 years ago
Bernhard Mueller 62fd2106d2 Restructure command line args 7 years ago
Bernhard Mueller f8a52afa15 Restructure command line args 7 years ago
Bernhard Mueller d3113a8fe6 Update help text 7 years ago
Bernhard Mueller cbc1c83d70 Change the way the target contract for --xrefs command is specified 7 years ago
maurelian a7741b24e3 Add tls option 7 years ago
Bernhard Mueller 95e780703e Further limit uses of persistent storage 7 years ago
Bernhard Mueller 6149e2911b Remove unneeded code from disassembler 7 years ago
Bernhard Mueller 1d64166351 Only open contract storage for operations that need it 7 years ago
Bernhard Mueller cabb8bd813 Add disable-physics flag, group cmdline args 7 years ago
Bernhard Mueller 137815f674 Write callgraph to output file 7 years ago
Bernhard Mueller 1581984a25 Add missing 'else' 7 years ago
Bernhard Mueller 0da06ca796 Remove duplicate commandline flag 7 years ago
Bernhard Mueller c9e83bb035 Some refactoring 7 years ago
Bernhard Mueller c2a9642abf Refactoring 7 years ago
Bernhard Mueller 68cbf1296f Add -v flag 7 years ago
Bernhard Mueller 57ca25bc6e Add 'fire-lasers' option 7 years ago
Bernhard Mueller 223ad38338 Change command line arguments 7 years ago
step21 017b8db408 ipc support 7 years ago
Bernhard Mueller 9464d06188 Fix error in 'trace' parameter processing 7 years ago
Bernhard Mueller ad14a12a3b Remove default contract address 7 years ago
Bernhard Mueller 41912739ee Improve tracing output 7 years ago
Bernhard Mueller 844d2a32bd Fix encoding issues in trace function 7 years ago
Bernhard Mueller 8d82553b8d Add sigs & prepend '0x' when generating hash 7 years ago
Bernhard Mueller 21a6ccf5b5 Fix small issues 7 years ago
Bernhard Mueller df823cc464 Fix imports 7 years ago
Bernhard Mueller 8828b21e9c Fix hardcoded path 7 years ago
Bernhard Mueller 1588d92654 Add callgraphs 7 years ago
Bernhard Mueller 3ff43c8d2f Remove unused import 7 years ago
Bernhard Mueller bae397512d Add new disassembler class 7 years ago
Bernhard Mueller 9a60b7a5a1 Rename command line tool to 'myth' 7 years ago
Bernhard Mueller 974c04ba27 Add exception handling for disassembler 7 years ago
Bernhard Mueller 9bdf3214bb Add exception handling for xref search 7 years ago
Bernhard Mueller 78b1289332 Add exception handler for search syntax errors 7 years ago
Bernhard Mueller fec1c4421d Add xrefs command line option 7 years ago
Bernhard Mueller b9bf04be9a Fix default database dir 7 years ago
Bernhard Mueller a25932c9e3 Change default db dir and add option to change it 7 years ago
Bernhard Mueller 454bd5b7bc Update setup.py 7 years ago
Bernhard Mueller c317af33ee Add get_xrefs function to ETHContract 7 years ago
Bernhard Mueller b3981ba782 Update README 7 years ago
Bernhard Mueller 0083aafc49 Search function now returns contract code 7 years ago
Bernhard Mueller 4919d1211b Change database structure 7 years ago