Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iDone/010-Editor-Keygen
KeyGen for 010 Editor
https://github.com/iDone/010-Editor-Keygen
Last synced: 11 days ago
JSON representation
KeyGen for 010 Editor
- Host: GitHub
- URL: https://github.com/iDone/010-Editor-Keygen
- Owner: iDone
- License: mit
- Created: 2018-10-12T08:31:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T16:32:59.000Z (over 2 years ago)
- Last Synced: 2024-08-02T11:14:51.800Z (3 months ago)
- Language: Assembly
- Size: 4.86 MB
- Stars: 338
- Watchers: 14
- Forks: 110
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 010 Editor KeyGen
A License Key generator for [010 Editor](http://www.sweetscape.com/download/010editor/).
Written purely in Assembly## Warning
It is for **EDUCATIONAL PURPOSES** only.
## Features
1. Arbitrary usernames are supported
2. License expiration date can be customized (any date between the next day and December 31, 3000)
3. N-User License Keys can be generated where 1 ≤ N ≤ 1000
You **DON'T NEED MSVCRT** to run this program
## How to assemble
Here are the steps for Assembling1. Download [Flat Assembler](http://flatassembler.net/download.php)
or
If you are on Linux, you may use `sudo apt-get install fasm`2. Assemble using the following command
`fasm main.asm`
The current support is for Windows only.
I'll be adding a linux executable soon
## Screenshot
![Screenshot](screenshot.gif)
## License
[MIT](/LICENSE)