Skip to content

Commit

Permalink
Update conf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ploosh-alt authored Aug 16, 2024
1 parent 755ba04 commit 5540292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ using upx::tribool;
#define EXIT_INTERNAL 1

// magic constants for patching
#define UPX_MAGIC_LE32 0x21585055 /* "UPX!" */
#define UPX_MAGIC2_LE32 0xD5D0D8A1
#define UPX_MAGIC_LE32 'meow'
#define UPX_MAGIC2_LE32 ':333'

// upx_compress() error codes
#define UPX_E_OK (0)
Expand Down

0 comments on commit 5540292

Please sign in to comment.