Jump to content

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


Miya_

2 posts in this topic

Recommended Posts

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines