From 687cb94aa3bf73c1caf93dda5a11d112f246be50 Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Wed, 20 Sep 2023 02:08:53 -0400 Subject: [PATCH] Update BINK.md --- BINK.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/BINK.md b/BINK.md index 6c4ed4d..f84e93d 100644 --- a/BINK.md +++ b/BINK.md @@ -210,8 +210,6 @@ typedef struct _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 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.