Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update smartelf2hex to use MemSiz instead of FileSiz
elf2hex writes zeros to a segment for which MemSize > FileSize, which adheres to the ELF spec. Thus, we should calculate the total size of the file from the MemSize of the last segment, rather than the FileSize.
- Loading branch information