Commit Graph

1929 Commits (9ea595eb25562d6e415eb1e4aefc092f874a38da)

Author SHA1 Message Date
Nikhil Parasaram 7b32ef0a6e Add the return constraints to global state 6 years ago
Nikhil Parasaram 35da4e4ce7 Change the movement directory 6 years ago
Nikhil Parasaram 180de41c2c Move signatures.db to mythril.support 6 years ago
Joran Honig 7611352d37 reformat code according to style rules 6 years ago
Joran Honig 65e412bae8 refactor report format to return array of the issue format 6 years ago
Joran Honig 430fb3c3d2 add missing check for execution timeout 6 years ago
Nathan d086a3ed81 Return a retval for staticcall always 6 years ago
Nathan 59b5cc902d Fix staticcall natives return value too 6 years ago
Nathan ecfdcfd53a Cleanup returndatacopy and correctly constrain native return values 6 years ago
Nikhil Parasaram eab736d3ef Add a function which returns address in integer module 6 years ago
Nikhil Parasaram b85f2592bd Remove the else condition to handle both creation code and runtime code 6 years ago
Nikhil Parasaram 7491fa6dbf Remove redundant If condition in report.py and remove postfix assignment in tests 6 years ago
Nathan ef49a6c52e Fix bug accessing on chain contracts with addresses starting with 0s 6 years ago
Nathan 30d3b9a74e Cleanup get_call_data 6 years ago
Nathan 6a59cb4954 Implement special case for the delegatecall proxy pattern 6 years ago
Nikhil Parasaram 30c8a11593 Cache the suicide module's output 6 years ago
Nikhil Parasaram 6762e00905 Remove print statement 6 years ago
Nathan f50d78dcd3 Fix variable reference before assignment in returndatacopy 6 years ago
Nathan 0c242a0823 Implement returndatacopy and returndatasize 6 years ago
Nikhil Parasaram 5d6e854414 Calculate hash on the fly in the report class 6 years ago
Nikhil Parasaram 96f6c13548 Add the creation bytecode hash to source list 6 years ago
Nikhil Parasaram feb58fa7e0 Add standardized functions for the description head, tail and title to avoid mistakes 6 years ago
Nikhil Parasaram 758c0d6cf8 Add creation bytecode hash and remove unused statement in the Report class 6 years ago
Nikhil Parasaram b55880c0aa convert sourceList to snake case 6 years ago
Nikhil Parasaram fb396024b2 Remove lines which are redundant after the bugfix 6 years ago
Joran Honig f403b8a7a1 apply style rules 6 years ago
Joran Honig 45abcad261 preserve original function 6 years ago
Joran Honig d7426fa246 add initialize body for mutation pruner 6 years ago
Joran Honig 20f81c73c8 import signals 6 years ago
Joran Honig d150f382d1 move hook logic to be in one place and extend with laser_hook 6 years ago
Joran Honig b52b30d935 move to add_world_state function 6 years ago
Joran Honig 7cd378a947 add signals for the plugins to be used 6 years ago
Joran Honig 0bded7c4b3 split time evenly over the required transactions 6 years ago
Joran Honig c21843df7a initialize mutation pruner plugin 6 years ago
Joran Honig ada298f414 setup bare MutationPruner and documentation 6 years ago
Bernhard Mueller 924b1dd71c Reformat report.py (again?) 6 years ago
JoranHonig 41cacff551
Update mythril/analysis/report.py 6 years ago
Bernhard Mueller b598ce3afa A little bit of black 6 years ago
Bernhard Mueller ca34b3aa19 Make debugging output nicer 6 years ago
Nikhil Parasaram badaaa7709 Add the bytecode_hash as property 6 years ago
Bernhard Mueller 8e565af113 Blackkkkkkkk 6 years ago
Bernhard Mueller ed5354297a Improve integer module descriptions 6 years ago
Bernhard Mueller df7d5c799f Add jsonv2 option to help 6 years ago
Haozhong Zhang 844f821ea5 Add a simple instruction profiler 6 years ago
Nikhil Parasaram 9410ceb83d Add documentation for Source class 6 years ago
Bernhard Mueller b4eabf032e Fix a couple of things 6 years ago
Bernhard Mueller 76bbb9771a Update formatting of swcID field 6 years ago
Nikhil Parasaram 12b8c831f1 Remove unused imports and add removed import due to merge conflict 6 years ago
Nikhil Parasaram bf543123e0 Make cache_addresses as a hidden variable 6 years ago
Nikhil Parasaram fad69ce98f Add the cache_addresses to base module 6 years ago