A License Key generator for 010 Editor. Written purely in Assembly
It is for EDUCATIONAL PURPOSES only.
-
Arbitrary usernames are supported
-
License expiration date can be customized (any date between the next day and December 31, 3000)
-
N-User License Keys can be generated where 1 ≤ N ≤ 1000
You DON'T NEED MSVCRT to run this program
Here are the steps for Assembling
-
Download Flat Assembler
or
If you are on Linux, you may use
sudo apt-get install fasm
-
Assemble using the following command
fasm main.asm
The current support is for Windows only.
I'll be adding a linux executable soon