lkttle
lkttle
项目需要开启bitcode,可以混淆吗
- Feature Name: (fill me in with a unique ident, `my_awesome_feature`) - Start Date: (fill me in with today's date, YYYY-MM-DD) # Summary [summary]: #summary One paragraph explanation of the...
I use Interceptor.attach hook `open` function in ios14.2 with frida15.2. But it crash, the backtrace like below (it success when i hook function `close`): ``` shell Incident Identifier: 7C0E5D23-CE78-4DD9-83B1-92637A844236 CrashReporter...
I try to build the source code on mac, and output a lot of warning about c++ header not found. How can I fix it, thx ! like this `[...
I would like to ask you how to solve the problem of symbol import in lldb, when I use it, I get an error like this "use of undeclared identifier...
In using dtrace, if other types can be converted to character types, then you can easily perform comparison operations, so the logic is much easier to write. But why I...
I would like to ask you how to solve the problem of symbol import in lldb, when I use it, I get an error like this "use of undeclared identifier...
目前对于UI部分支持多少,我看导入了UIKit相关的库,但是遇到API [UIScreen mainScreen]就崩了