SilverFruity / OCRunner

Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK.
MIT License
660 stars 149 forks source link

SIGSEGV crash #10

Closed chrisstyle closed 3 years ago

chrisstyle commented 3 years ago

Hi, 大神 线上收集到一些crash记录,麻烦看一下呢。

iOS 14.4 iphoneXs, iphone11 Pro iOS 14.3 iPhone 12 Pro Max

crash 栈记录:

0 Thread

SIGSEGV

SEGV_ACCERR

0 libsystem_platform.dylib _platform_memmove + 84
1 _StringsNodeDeserialization (BinaryPatchHelper.m:210)
2 _PatchNodeGenerateCheckFile (BinaryPatchHelper.m:218)
3 +[ORPatchFile loadBinaryPatch:] (ORPatchFile.m:0)
4 +[ORInterpreter excuteBinaryPatchFile:] (ORInterpreter.m:0)
SilverFruity commented 3 years ago

OCRunner以及ORPatchGenerator的版本是多少呢

SilverFruity commented 3 years ago

这是QQ群: 860147790

chrisstyle commented 3 years ago

ORPatchGenerator 版本号:1.0.4 OCRunnerArm64.podspec OCRunner版本号:1.0.9

SilverFruity commented 3 years ago

即将到来的1.1.0加上了文件类型校验,后续1.1.0的使用,看一看还有没有相同的问题