Commit Graph

4099 Commits (d8f5813da834c8c121f2a63477ee3508a19b4270)
 

Author SHA1 Message Date
e-ngo d8f5813da8 Changed instructions out-of-bounds behavior to return halt instruction. 5 years ago
Martin Derka 75838e3a8d Added support for solidity 0.5.x (#1219) 5 years ago
Nikhil Parasaram 90f2de8555
Fix typehints for latest mypy release (#1221) 5 years ago
Nikhil Parasaram 028fae6ff1
Mythril v0.21.17 5 years ago
Nikhil Parasaram d8bf5021c7
Add the return condition (#1216) 5 years ago
Nathan 638f9369b9
Merge pull request #1213 from ConsenSys/harvey_style_assertions 5 years ago
Nathan b0ee14d281
Merge branch 'develop' into harvey_style_assertions 5 years ago
Nathan 517899c911
Merge pull request #1186 from ConsenSys/pending-opcodes 5 years ago
Nathan 4aba7ebfb7
Merge branch 'develop' into pending-opcodes 5 years ago
Nathan bd8c3f8cd4 Minor improvements to user_assertions.py 5 years ago
Nathan cb307f0d94 Check delegatecall after execution finishes (#1215) 5 years ago
Nathan 2a34a5d712
Remove unused variables 5 years ago
Nathan b2bbe2568a Remove unused import 5 years ago
Nathan 4485662126 Remove unused variables 5 years ago
Nathan 3cab4beb76 Minor improvements to user_assertions.py 5 years ago
Eric N e47c35ee15 Fixed mypy. 5 years ago
Eric N 581c8d7b01 Refactor code 5 years ago
Eric N 72db1237fb Fixed issue with staticcall. 5 years ago
Eric N 079b8a70da Ran black. TODO: Fix issue with storage. 5 years ago
Eric N 126fc26da6 Cleaned up some logic. Fixed issue with VMException and freezing on staticcall. 5 years ago
Eric N 8504eeac4e Merge branch 'develop' of https://github.com/ConsenSys/mythril into pending-opcodes 5 years ago
Nathan f781ce3604 Add user supplied assertions module to documentation 5 years ago
Nathan 8571d301d2 Implement user supplied assertion module 5 years ago
Nikhil Parasaram 5f424b62d9
Only propagate code based call annotations (#1211) 5 years ago
Eric N bc0f677e87 Cleaned up code. Add create test. 5 years ago
Eric N a9755b8c67 Modified codecopy. Debugging issue with contract function calls. 5 years ago
Nathan 612fc4df34
Merge branch 'develop' into pending-opcodes 5 years ago
Nathan b265254055
Merge pull request #1205 from ConsenSys/fix/constraints-after-issues 5 years ago
Nathan 52d5afe0b6
Merge branch 'develop' into fix/constraints-after-issues 5 years ago
Nathan 3ab99c963c
Merge pull request #1105 from ConsenSys/analyze-with-mythx 5 years ago
Eric N 3eaf917b22 Fixing CCT logic. Fixes CREATE with symbolic constructor arguments, but not Concrete. 5 years ago
Nathan 4342785c5d Fix missed _cache and _issue names 5 years ago
Nathan cc42cccf08
Merge branch 'develop' into analyze-with-mythx 5 years ago
Nathan e6963632df Merge branch 'fix/constraints-after-issues' of github.com:ConsenSys/mythril-classic into fix/constraints-after-issues 5 years ago
Nathan 6456c86a6c Make _cache and _issues public 5 years ago
Nathan ba8cb741ca Add variables for trial credentials 5 years ago
Nathan 389a2cc810 Add trial mode messaging 5 years ago
Eric N 7483bc80fd Refactored code. 5 years ago
Eric N c6ba4e7e6c Merge branch 'develop' of https://github.com/ConsenSys/mythril into pending-opcodes 5 years ago
Nikhil Parasaram 988879e632
Mythril version 0.21.16 release 5 years ago
Eric N c22aeb6abf Merge develop 5 years ago
Eric N 3dced43216 Syntax errors 5 years ago
Eric N 3c3153e242 Cleaned up stupid logic. Add gas calculation to create2. 5 years ago
Nathan a310b03611
Merge branch 'develop' into fix/constraints-after-issues 5 years ago
Nathan 74cabd3d3c Fix issue reporting for trial analysis 5 years ago
Nathan 00179d22c3
Merge branch 'develop' into analyze-with-mythx 5 years ago
Nathan 57e49571bd
Merge pull request #1202 from ConsenSys/bug/constructor-arguments 5 years ago
Nathan 8e7ddbaf66
Merge branch 'develop' into bug/constructor-arguments 5 years ago
palkeo 4ea9827d66 Propagate annotations to the parent call, when a call succeeds. (#1197) 5 years ago
Nikhil Parasaram c55af2a5a0
Implement static call (#991) 5 years ago