pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

Switching Exporting from bytearray to appending file #417

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 2 years ago

Should not use a bytearray to write the exported files and should rather append directly to the exported file.