Javi Merino

Results 3 issues of Javi Merino

Let memprof annotate classes Fix #14

Currently you can annotate functions but you can't annotate classes. It would be great if we could profile a class with: ``` @memprof class Foo: ... ```

The interceptor fails to attach to srand() on arm64. On a Pixel 3: ``` $ frida-trace -U -i 'libc.so!srand' com.google.android.calculator Instrumenting functions... srand: Loaded handler at "/home/jm/src/frida/__handlers__/libc.so/srand.js" Error: Skipping "srand":...