Getting started
Download
LethalVoid is distributed in a zip file including both Windows and Linux builds of structure:
.
├── license.key
├── linux
│ ├── cli
│ │ ├── auto.lethal
│ │ ├── builder
│ │ │ ├── builds
│ │ │ ├── LethalBuilder
│ │ │ └── resources
│ │ │ ├── generic_exploit.bin
│ │ │ ├── generic_injector.bin
│ │ │ ├── generic_lethalvoid.bin
│ │ │ ├── generic_loader.bin
│ │ │ └── payload_only
│ │ │ └── payload_lethalvoid.bin
│ │ └── LethalServer
│ └── gui
│ ├── fonts
│ │ └── ...
│ └── LethalVoid
└── windows
├── cli
│ ├── builder
│ │ ├── builds
│ │ ├── LethalBuilder.exe
│ │ ├── libcurl-x64.dll
│ │ └── resources
│ │ ├── generic_exploit.bin
│ │ ├── generic_injector.bin
│ │ ├── generic_lethalvoid.bin
│ │ ├── generic_loader.bin
│ │ └── payload_only
│ │ └── payload_lethalvoid.bin
│ ├── LethalServer.exe
│ └── libcurl-x64.dll
└── gui
├── auto.lethal
├── fonts
│ └── ...
├── glfw3.dll
├── opengl32.dll
├── libcurl-x64.dll
└── LethalVoid.exe
The latest version can be downloaded from the purchase page. Simply input the purchased license into the "License key" field, and press the "Download latest" button.
License activation
Once a license has been purchased from the website, it can be activated by running any of the provided executables from the commandline/terminal and inputting the purchased license when prompted.
After inputting the license and activating it, a file license.key
will be created with the purchased license.
If you want to use a different license, delete this file.
❯ ./LethalVoid
No license key file found, please input a valid license key
License key: YOUR-LICENSE-HERE
Created license.key, delete this file to activate another license.
License is valid but unactivated.
Would you like to activate the license for this machine? (Y/N)y
Successfully activated license for this machine
Transferring license to new machine
Once licenses are activated, they are tied to the machine they were activated on. To switch the machine the license is associated with, you can simply run any of the provided executables again on the new machine and input the license, then answer yes when prompted for switching the associated machine. This can be done up to 3 times for any purchased license.
❯ ./LethalVoid
No license key file found, please input a valid license key
License key: YOUR-LICENSE-HERE
Created license.key, delete this file to activate another license.
License is valid but activated for a different machine.
Would you like to activate the license for this machine? (Y/N)y
Successfully activated license for this machine