This commit is contained in:
Double Sine 2019-02-08 12:25:39 +08:00
parent 0d0c2a2ba7
commit b32aa80331
No known key found for this signature in database
GPG Key ID: 44460E4F43EA8633
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ This repository will tell you how Navicat offline activation works.
PatchSolution0 ...... Ready to apply.
Info: Keyword offset = +0x02d3c48c
PatchSolution1 ...... Omitted.
PatchSolution1 ...... Ready to apply.
PatchSolution2 ...... Ready to apply.
Info: Target function offset = +0x00f650a2
Info: Keyword offset = +0x02ed1bc8
Info: std::string::append(const char*) offset = +02613e44

View File

@ -85,7 +85,7 @@
PatchSolution0 ...... Ready to apply.
Info: Keyword offset = +0x02d3c48c
PatchSolution1 ...... Omitted.
PatchSolution1 ...... Ready to apply.
PatchSolution2 ...... Ready to apply.
Info: Target function offset = +0x00f650a2
Info: Keyword offset = +0x02ed1bc8
Info: std::string::append(const char*) offset = +02613e44

View File

@ -208,7 +208,7 @@ bool PatchSolution2::FindPatchOffset() noexcept {
_$$_FunctionOffset = FunctionOffset;
_$$_KeywordOffset = KeywordOffset;
_$$_std_string_append_stub_Offset = std_string_append_stub_Offset;
printf("PatchSolution1 ...... Ready to apply.\n");
printf("PatchSolution2 ...... Ready to apply.\n");
printf(" Info: Target function offset = +0x%08zx\n", _$$_FunctionOffset);
printf(" Info: Keyword offset = +0x%08zx\n", _$$_KeywordOffset);
printf(" Info: std::string::append(const char*) offset = +%08zx\n", _$$_std_string_append_stub_Offset);