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.
Right now whenever a
PUSHoperation 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.