mirror of
https://github.com/Nezumi-2711/winrar-keygen.git
synced 2026-09-22 13:48:33 +00:00
🎉 v2.0.1
fix length limit
This commit is contained in:
@@ -238,6 +238,7 @@ public:
|
||||
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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user