Fix typo
This commit is contained in:
parent
0d0c2a2ba7
commit
b32aa80331
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user