It seems like strongarm does not automatically resize/readjust section/segment size after modification. If the provided data has more length or size than the actual data (I am trying to edit a string here), then it will also overflow/leak into the next section.
How can I implement this feature? Do you have any suggestion? @codyd51
Thanks.