A License Key generator for 010 Editor.
Written in x86 Assembly (Windows only) and Python 2.7 (any OS)
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
-
MSVCRT Not Required
-
If you want to assemble the assembly language program (Only for Windows)
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
-
-
Or you may execute the python script, keygen.py (For any OS)