Skip to content

Instantly share code, notes, and snippets.

@rakisaionji
Last active April 14, 2023 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakisaionji/c23486d8eb66f43450aed89bd4a7f08c to your computer and use it in GitHub Desktop.
Save rakisaionji/c23486d8eb66f43450aed89bd4a7f08c to your computer and use it in GitHub Desktop.
patch.txt for Foxit PhantomPDF 10.1.11.37866
// patch.txt for Foxit PhantomPDF
// Release Date: March 16, 2023
// Version: 10.1.11.37866
# file: patch.txt
# author: rakisaionji
# version: 10.1.11
# image_base: 0x400C00
# crc32: 2ceb72d9
// Address : Length : Original bytes : Patched bytes
// Bypass license check
01CBB8FC : 0x0001 : 85 : 8D
01CBBCA5 : 0x0001 : 07 : 00
01CBF4AD : 0x0001 : 38 : 20
// Force licensed as Business edition
01CBF901 : 0x0002 : 85 F6 : EB 08
// Evaluation user
0715C552 : 0x000E : 45 00 76 00 61 00 6C 00 75 00 61 00 74 00 : 53 00 45 00 47 00 41 00 20 00 20 00 20 00
0715C560 : 0x0010 : 69 00 6F 00 6E 00 20 00 75 00 73 00 65 00 72 00 : 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00
// License Modules
07155EC2 : 0x000E : 4C 00 69 00 63 00 65 00 6E 00 73 00 65 00 : 43 00 6F 00 70 00 79 00 72 00 69 00 67 00
07155ED0 : 0x0010 : 20 00 4D 00 6F 00 64 00 75 00 6C 00 65 00 73 00 : 68 00 74 00 28 00 43 00 29 00 53 00 45 00 47 00
07155EE0 : 0x0010 : 3A 00 20 00 11 00 4C 00 69 00 63 00 65 00 6E 00 : 41 00 20 00 11 00 43 00 6F 00 70 00 79 00 72 00
07155EF0 : 0x0010 : 73 00 65 00 20 00 4D 00 6F 00 64 00 75 00 6C 00 : 69 00 67 00 68 00 74 00 28 00 43 00 29 00 53 00
07155F00 : 0x0005 : 65 00 73 00 3A : 45 00 47 00 41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment