retdec
retdec copied to clipboard
ImageLoader::Save doesn't save Rich Header and section data
When ImageLoader::Save()
is called, it produces skeleton of the PE file, containing mere PE headers. All section data are filled with zeros.
I'll prepare pull request for this.