fuses icon indicating copy to clipboard operation
fuses copied to clipboard

feat: use streaming I/O to avoid reading entire binary into memory

Open eeror opened this issue 1 year ago • 0 comments

Some debug builds can be large enough to make it prohibitive to read the entire Electron binary into memory in some CI environments.

This PR adds the machinery needed to:

  • look for fuse wires in a file stream, and
  • only overwrite the fuse wire bytes instead of the entire binary.

eeror avatar Feb 29 '24 07:02 eeror