Update BINK.md

This commit is contained in:
WitherOrNot 2023-09-20 02:08:53 -04:00 committed by GitHub
parent 86227527ca
commit 687cb94aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -210,8 +210,6 @@ typedef struct _BINKEY {
} BINKEY; } BINKEY;
``` ```
In case you want to explore further, the source code of `pidgen.dll` and all its functions is available within this repository, in the "pidgen" folder.
## Validating / generating product keys ## Validating / generating product keys
Please note throughout this section that whenever integers are converted to bytes or vice-versa, they are in [little-endian](https://en.wikipedia.org/wiki/Endianness#Little) byte order. Please note throughout this section that whenever integers are converted to bytes or vice-versa, they are in [little-endian](https://en.wikipedia.org/wiki/Endianness#Little) byte order.