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
When adding a section it is possible to add array of makeelf objects as contents. The requirement is to just have len(),bytes(),.from_bytes() implemented. It is particularly useful when handling dynamic or symbol tables.
In such a case, during serialization, the contents of a section is truncated to the number of bytes matching the length of an array.
The text was updated successfully, but these errors were encountered:
When adding a section it is possible to add array of makeelf objects as contents. The requirement is to just have len(),bytes(),.from_bytes() implemented. It is particularly useful when handling dynamic or symbol tables.
In such a case, during serialization, the contents of a section is truncated to the number of bytes matching the length of an array.
The text was updated successfully, but these errors were encountered: