netv1

Results 1 issues of netv1

Hi, I'm trying to hook a Swift function that looks like this: static TestLib.TestFacade.isReady(name: Swift.String, isTest: Swift.Bool) -> Swift.Bool I'm hooking its symbol name (mangled): $s12TestLib11TestFacadeC02isC5Ready9name10isTestSbSS_SbtFZ like so: Interceptor.attach(Module.findExportByName(null, '$s12TestLib11TestFacadeC02isC5Ready9name10isTestSbSS_SbtFZ'),...