4ch12dy / xia0LLDB

LLDB python scripts for iOS arm64 reversing by xia0
640 stars 111 forks source link

输入sbt命令,报错,求大佬指点 #26

Closed timelessRecall closed 3 years ago

timelessRecall commented 3 years ago

===[E]===:error: <user expression 48>:10:29: definition of class NSNumber must be available to use Objective-C numeric literals NSString c_size_str = [@(c_size) stringValue]; ^note: forward declaration of class hereerror: <user expression 48>:10:29: illegal type 'unsigned int' used in a boxed expression NSString c_size_str = [@(c_size) stringValue]; ^~~~~error: <user expression 48>:37:73: extraneous ')' before ';' theDistance = frame_addr - (uintptr_t)implementation); ^error: <user expression 48>:57:73: extraneous ')' before ';' theDistance = frame_addr - (uintptr_t)implementation); ^error: <user expression 48>:81:31: definition of class NSNumber must be available to use Objective-C numeric literals [retStr appendString:(id)[@((uintptr_t)theDistance) stringValue]]; ^note: forward declaration of class hereerror: <user expression 48>:81:31: illegal type 'uintptr_t' (aka 'unsigned long') used in a boxed expression [retStr appendString:(id)[@((uintptr_t)theDistance) stringValue]];

4ch12dy commented 3 years ago

某些app可能存在这个问题,已经修复了