0xElessar
0xElessar
Hey @Neilhoman and @Inf0secRabbit , I got exactly the same issue. Word 2019. I am going to check with Word 2016 and Excel asap.
Just checked Word 2016 and Excel 2016. The same problem. @Inf0secRabbit what version of Office does your tool support, please?
Cool. Thanks a lot, @Inf0secRabbit !
My pleasure, @klezVirus. I will try to define .def file then. I remember having problems with it in the past. But i will try again. Do you have any suggestion...
Great. Thank you very much, @CDuPlooy!
A bit more info. Manually loading module gives this error: ``` [iPhone::TestSwift1 ]-> const libFlexModule = Module.load('/var/mobile/Containers/Data/Application/EF1496F1-8063-46CF-9E08-9AE45F57B766/Documents/libFlex.arm64.dylib'); Error: unable to find module '/var/mobile/Containers/Data/Application/EF1496F1-8063-46CF-9E08-9AE45F57B766/Documents/libFlex.arm64.dylib' at value (frida/runtime/core.js:339) at value (frida/runtime/core.js:229) at...
OK, some progress: ``` [iPhone::TestSwift1 ]-> const libFlexModule = Module.load('/var/mobile/Containers/Data/Application/EF1496F1-8063-46CF-9E08-9AE45F57B766/Documents/libFlex.arm64.dylib'); Error: unable to find module '/var/mobile/Containers/Data/Application/EF1496F1-8063-46CF-9E08-9AE45F57B766/Documents/libFlex.arm64.dylib' at value (frida/runtime/core.js:339) at value (frida/runtime/core.js:229) at (:1) at eval (native) ``` the same...
@leonjza hopefully, you can find some time to look at that. This is really awesome feature, but it is extremely unreliable currently as you can see :(
No luck. The same crash on iOS 13, 14 and different apps even basic ones in ObjC. When you have a moment, @leonjza , could you tell us what version...
Solved. The crashes were caused due to running in not main thread :( running this (as you run in the plugin code!): ``` libFlexModule = Module.load('/private/var/containers/Bundle/Application/F1AB5922-9262-4F6F-A055-FC5F2260DE08/TestSwift1.app/Frameworks/libFlex.arm64.dylib'); libFlexPtr = libFlexModule.findExportByName("OBJC_CLASS_$_libFlex"); libFlex...