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
Right now whenever a PUSH operation is added to the code in generator all data is included in the resulting code. However it is also valid to end the code with incomplete data of a PUSH, all missing elements are considered zero. All bytes after the size of the code should be considered code.
Support for this case should be added to the code generator.
The text was updated successfully, but these errors were encountered:
Right now whenever a
PUSH
operation is added to the code in generator all data is included in the resulting code. However it is also valid to end the code with incomplete data of aPUSH
, all missing elements are considered zero. All bytes after the size of the code should be considered code.Support for this case should be added to the code generator.
The text was updated successfully, but these errors were encountered: