mirror of
https://github.com/bitcookies/winrar-keygen.git
synced 2026-03-11 17:45:31 +00:00
🎉 v2.0.1
fix length limit
This commit is contained in:
parent
e256375ecd
commit
4fd0e26da7
5 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -238,6 +238,7 @@ public:
|
||||||
RegInfo.Checksum
|
RegInfo.Checksum
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// The length has been limited to 60, this maybe it's been fixed.
|
||||||
if (RegInfo.HexData.length() % 54 != 0) {
|
if (RegInfo.HexData.length() % 54 != 0) {
|
||||||
throw std::runtime_error("InternalError: The length of register data is not correct.");
|
throw std::runtime_error("InternalError: The length of register data is not correct.");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"text1": "Github-Team",
|
"text1": "Github",
|
||||||
"text2": "Github.com"
|
"text2": "Github.com"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue