Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
v2.0.1 fix length limit
  • Loading branch information
bitcookies committed Dec 9, 2021
1 parent 7888baa commit 885435d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Binary file modified .vs/winrar-keygen/v17/.suo
Binary file not shown.
Binary file modified .vs/winrar-keygen/v17/Browse.VC.db
Binary file not shown.
Binary file modified .vs/winrar-keygen/v17/ipch/AutoPCH/668bd2139634a6e1/_TMAIN.ipch
Binary file not shown.
1 change: 1 addition & 0 deletions WinRarKeygen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ class WinRarKeygen {
RegInfo.Checksum
);

// The length has been limited to 60, this maybe it's been fixed.
if (RegInfo.HexData.length() % 54 != 0) {
throw std::runtime_error("InternalError: The length of register data is not correct.");
}
Expand Down
2 changes: 1 addition & 1 deletion keygen/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"text1": "Github-Team",
"text1": "Github",
"text2": "Github.com"
}

0 comments on commit 885435d

Please sign in to comment.