nowsecure / frida-trace

Trace APIs declaratively through Frida.
MIT License
221 stars 28 forks source link

Return Interceptor listeners to the caller #14

Closed hexploitable closed 4 years ago

hexploitable commented 4 years ago

Addresses #13.

At first, I thought an array of listeners would be enough, at least it is for my use-case. But perhaps there is a wider desire to have some context around the listeners returned, so I decided to return a dictionary. Let me know if you prefer this done another way. Not convinced I'm handling the vtable stuff in a sensible way either.

Otherwise, this should be a trivial change.

hexploitable commented 4 years ago

Should now be good for review/close :)

hexploitable commented 4 years ago

👍