Skip to content

Releases: Fatmike-GH/Fatpack

Version 1.5.2

17 Jun 13:57

Choose a tag to compare

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 --resource option.

Suggested Solutions:

  • In many cases, simply re-running the same command resolves the issue, and the packing process completes successfully.
  • Use the --section option instead of --resource
  • Temporarily disable Windows Defender’s real-time protection during the packing process.

Version 1.5.1

16 Jun 16:51

Choose a tag to compare

Version 1.5.1

Code refactoring

Version 1.5.0

15 Jun 12:28

Choose a tag to compare

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

14 Jun 14:55

Choose a tag to compare

Version 1.4.1

Bugfix (Some targets did not like the disabled ASLR by default)

Version 1.4.0

06 Jun 08:02

Choose a tag to compare

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

06 Jun 07:15

Choose a tag to compare

Version 1.3.0

Added check if input file is supported

Version 1.2.0

06 Jun 06:17

Choose a tag to compare

Version 1.2.0

Fixed check if rebasing is required.

Version 1.1.0

05 Jun 16:39

Choose a tag to compare

Version 1.1.0

Added rebasing when relocation table of target is missing and there is an image base conflict.

Version 1.0.0

05 Jun 07:50

Choose a tag to compare

Version 1.0.0

Initial Release