gate
gate copied to clipboard
image: remove _start export from snapshots
Currently it's ignored for snapshots by ResolveEntryFunc functions.
Removing the export would require finding out the position of the item in the export section and writing the snapshot binary with a modified export section header with modified count and skipping the export entry.