Tuesday, 11 May 2021

How can i get returnType is struct with frida in NativeFunction?

when i use frida to call a nativefunction . the return type is a struct like struct { float value; bool has_value; } how can use the nativefunction with return type like this? i used to do like new NativeFunction(addr,'pointer',[]) .but it not works. help plz!

from iOSGods RSS Feed https://ift.tt/33vFJtk

No comments:

Post a Comment