This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| In case you're wondering what exactly Discord's executable fingerprint contains, the following is collected: | |
| - The executable file size | |
| - The PE TimeDateStamp (compile timestamp) | |
| - The PE SizeOfImage | |
| - SHA256 of the PE headers before the section table | |
| - SHA256 of the PE section table | |
| - Whether the executable is signed | |
| - For signed executables: SHA256 of the certificate subject name plus the certificate public key hash |


