Releases: Fatmike-GH/Fatpack
Version 1.5.2
Version 1.5.2
Known issues:
- Packing may fail due to interference from Windows Defender’s real-time protection.
Possible Reasons:
- The packed file may be flagged as a false positive.
- Windows Defender may block calls to EndUpdateResource, which is required for adding the icon and manifest.
- Windows Defender may block calls to EndUpdateResource, which is required when using the
--resourceoption.
Suggested Solutions:
- In many cases, simply re-running the same command resolves the issue, and the packing process completes successfully.
- Use the
--sectionoption instead of--resource - Temporarily disable Windows Defender’s real-time protection during the packing process.
Version 1.5.1
Version 1.5.1
Code refactoring
Version 1.5.0
Version 1.5.0
Fatpack.exe inputfile.exe outputfile.exe [OPTIONS]
[OPTIONS]
-r, --resource: Packs inputfile.exe as resource (DEFAULT)
-s, --section : Packs inputfile.exe as section (EXPERIMENTAL)
'Section packing' is the preferred option as it requires less memory at runtime. However, it may cause issues with certain targets in specific cases. Therefore 'resource packing' is still the default.
Version 1.4.1
Version 1.4.1
Bugfix (Some targets did not like the disabled ASLR by default)
Version 1.4.0
Version 1.4.0
Disabled ASLR (Address Space Layout Randomization) for Loader Stubs while keeping relocation table to guarantee rebasing works, if required.
Version 1.3.0
Version 1.3.0
Added check if input file is supported
Version 1.2.0
Version 1.2.0
Fixed check if rebasing is required.
Version 1.1.0
Version 1.1.0
Added rebasing when relocation table of target is missing and there is an image base conflict.
Version 1.0.0
Version 1.0.0
Initial Release