Commit Graph

1764 Commits (7939dccb954d917ced520f77f64b31b554ec7921)
 

Author SHA1 Message Date
Nikhil Parasaram 7939dccb95
Merge pull request #495 from dmuhs/fix/488 6 years ago
Dominik Muhs dbda4c5d24 Add fixed canvas height relative to body tag 6 years ago
Dominik Muhs 3f27667d84 Add fixed html and body height, avoid scrollbar 6 years ago
Dominik Muhs 50cab170a8 Remove redundant paragraph tag 6 years ago
Nikhil Parasaram 593f48b454
Merge pull request #486 from norhh/sonar_coverage 6 years ago
Nikhil Parasaram de73ec64cc
Merge pull request #489 from ConsenSys/features/BitwiseTests 6 years ago
R. Bernstein 8e3c0b50bd
Merge pull request #492 from ConsenSys/issue-template-tweak 6 years ago
rocky f69a8439db Put issue instructions in comments... 6 years ago
Bernhard Mueller 030d1e100e
Update README.md 6 years ago
Bernhard Mueller 62bca80cc9
Update README.md 6 years ago
Nikhil Parasaram 726924276b Add Bitwise tests 6 years ago
Nikhil Parasaram 5eb15a5220 Use xml coverage report 6 years ago
JoranHonig 4446b76925
Merge pull request #483 from JoranHonig/bugfix/transaction_depth 6 years ago
Joran Honig b62603a8ec Use recursive transaction stack length passing 6 years ago
Nikhil Parasaram 1c2be5418c
Merge pull request #477 from ConsenSys/sonar-coverage 6 years ago
Nikhil Parasaram 180260278e
Merge pull request #475 from ConsenSys/features/exp 6 years ago
JoranHonig 54fcd0a4b9
Merge pull request #476 from JoranHonig/bugfix/carry_constraints 6 years ago
Bernhard Mueller 5587c65f16
Update README.md 6 years ago
Bernhard Mueller be904f98cc
Update README.md 6 years ago
Nikhil Parasaram 6b77f7cf1b
Merge pull request #472 from ConsenSys/no-contract-message 6 years ago
Joran Honig 058804d887 Also write node constraints 6 years ago
Joran Honig 0cad91e9ae Constraints need to be carried over in case a previous node exists 6 years ago
Nikhil Parasaram a47c6477ee support sonar code coverage 6 years ago
Nikhil Parasaram 120354ddd9 remove base 2 6 years ago
JoranHonig f56df80826
Merge pull request #469 from JoranHonig/bugfix/contract_name 6 years ago
JoranHonig ed436f445d
Merge pull request #452 from JoranHonig/features/write_to_memory 6 years ago
JoranHonig 89c39cd408
Merge branch 'master' into bugfix/contract_name 6 years ago
Nikhil Parasaram 2eafa1309e Remove ambiguity in exp 6 years ago
Nikhil Parasaram 452c135e07 Support exp arthmetic tests for evm 6 years ago
Nikhil Parasaram 6e56d0a8f1 change tests for exp 6 years ago
Nikhil Parasaram 1dbbc74ab9 Merge branch 'master' of github.com:ConsenSys/mythril into feature/432 6 years ago
Nikhil Parasaram ba904f9bf0 Add exp support with other bases 6 years ago
rocky bf4426064b Turn a print into a logger.warning and fix some small things... 6 years ago
Nikhil Parasaram b5afa9ff1a
Merge pull request #450 from ConsenSys/feature/432 6 years ago
Joran Honig 80b07d6c66 Initialize account with contract name 6 years ago
Nikhil Parasaram e47273ef7e
Merge pull request #468 from lexibrent/file-io 6 years ago
Lexi Brent a08b9e7366
Add support for loading bytecode from file 6 years ago
JoranHonig 32f244fe06
Merge pull request #466 from JoranHonig/features/arithmeticTest 6 years ago
Joran Honig 4e2c0c57a3 Merge remote-tracking branch 'upstream/master' into features/arithmeticTest 6 years ago
JoranHonig 7598b433ad
Merge pull request #463 from JoranHonig/bugfix/440_construction 6 years ago
JoranHonig 0448d40c36
Merge pull request #465 from JoranHonig/features/concolic_exec 6 years ago
Joran Honig 20677a42bd remove unused import 6 years ago
Joran Honig 332f6301ad Filter cases with exp for now, and make debugging easier 6 years ago
Joran Honig 34449ec996 Handle 0 for sdiv 6 years ago
Joran Honig 91a38f32e7 Handle division with 0 6 years ago
Joran Honig 63aa2ca6e5 Use SRem vs % 6 years ago
Joran Honig 107df01c81 Also apply modulo at the end 6 years ago
Joran Honig 2d65875aad Intermediate values of expression are not subject to mod 2^256, therefore apply modulo first 6 years ago
Joran Honig def744a649 Use correct modular operations 6 years ago
Joran Honig a5515f867b Fix modulo instructions 6 years ago