ps2dev / ps2-packer

Create packed ELF files to run on the PS2
GNU General Public License v2.0
72 stars 28 forks source link

Fix issue with zeroed sections #27

Closed rickgaiser closed 4 years ago

rickgaiser commented 4 years ago

The loop to detect zeroed bytes was looping for 1 too many bytes, causing a segmentation fault for an empty section.

fjtrujy commented 4 years ago

Amazing @rickgaiser!! Thanks