refactor(protobuf-spoof): apply another protobuf instead of shorts' protobuf

This commit is contained in:
inotia00 2023-03-14 20:03:17 +09:00
parent a367902173
commit 8669072153

View File

@ -32,7 +32,7 @@ class ProtobufSpoofPatch : BytecodePatch(
.getMethod() as MutableMethod .getMethod() as MutableMethod
) { ) {
val protobufParam = 3 val protobufParam = 3
val protobufParameter = "8AEByAMTuAQP" /* Protobuf Parameter of shorts */ val protobufParameter = "CgIQBg%3D%3D" /* Protobuf Parameter of X-Goog-Visitor-Id */
addInstruction( addInstruction(
0, 0,