You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value loaded from codesize in the svm only counts instructions which is to short considering that the argument for PUSHX are not counted but should. Codesize is used when initializing memory in the constructor for example, depending on the provided (bytecode + encoded_constructor_params)
The text was updated successfully, but these errors were encountered:
Hi LoCorVin, thanks for the report! This project has been moved to the mythril repository, However, since your report is still a valid problem there, I'll move this over: Consensys/mythril#302
https://github.com/b-mueller/laser-ethereum/blob/d1231fe94589357642404f8432c1e185888c4d87/laser/ethereum/svm.py#L637
The value loaded from codesize in the svm only counts instructions which is to short considering that the argument for PUSHX are not counted but should. Codesize is used when initializing memory in the constructor for example, depending on the provided (bytecode + encoded_constructor_params)
The text was updated successfully, but these errors were encountered: