Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
idk have fun
  • Loading branch information
Backq authored Jan 31, 2023
1 parent f821183 commit d28d29f
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
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)

0 comments on commit d28d29f

Please sign in to comment.