frida / frida-core

Frida core library intended for static linking into bindings
https://frida.re
Other
592 stars 187 forks source link

Add better NativeFunction error information #505

Open gg340th opened 3 months ago

gg340th commented 3 months ago

On long function calls it is almost impossible to use NativeFunction, the reason is: TypeError: Int64 object expected Now the question is where, if you have 20 parameters it takes a long time to figure it out making it unusable. It would be nice if it showed: TypeError: Int64 object expected at parameter 2, got %s