-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
idk have fun
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# httpdebugger-reversed | ||
simple keygen for httpdebugger | ||
<h1 align="center">HTTPDebuggerPro Keygen</h1> | ||
|
||
![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png) | ||
|
||
# Simple httpdebugger keygen | ||
> This program will generate a license key, writing it to his registry path ( Software\\MadeForNet\\HTTPDebuggerPro ). | ||
> Before using it, be sure that you opened HTTPDebugger at least one time, then start the program and it will automatically activate the license for you. | ||
![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png) | ||
|
||
<h2 align="center">How HTTPDebugger's checks are structured</h2> | ||
<p align="center">This is how his key is structured.<br>Pretty much explained into the screen.</p> | ||
<p align="center"> | ||
<img src="images/keycheck.PNG" width="70%" height="70%"> | ||
</p> | ||
<p align="center"> | ||
<img src="images/key.PNG" width="70%" height="70%"> | ||
</p> | ||
|
||
<p align="center">The serial number is based on httpdebugger's version and disk's serial number.<br>Basically the SerialNumber is given by his version ( v19 ) that calculates the XOR of the value with the result given by shifting 'Version' one bit to the right, then the result is added to '0x2E0' and the final result value is XORed with '0x590D4'</p> | ||
<p align="center"> | ||
<img src="images/serialnumber.png" width="70%" height="70%"> | ||
</p> | ||
|
||
![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png) |