Il2CppProtoExtractor-FallGuys icon indicating copy to clipboard operation
Il2CppProtoExtractor-FallGuys copied to clipboard

IL2CPP protobuf-net reverse engineering tutorial for Fall Guys: Ultimate Knockout

Results 2 Il2CppProtoExtractor-FallGuys issues
Sort by recently updated
recently updated
newest added

In line 245 i get the error in the title. Is there a way to fix it? I need it urgently. Thanks

Trying to tweak the code and make it run in another App. However, the code ``` if ((ins.Id == X86InstructionId.X86_INS_JMP || ins.Id == X86InstructionId.X86_INS_CALL) && ins.Details.Operands[0].Immediate == protoMemberCtor) ``` returns...