Problem with Android API uprobes #8
-
Hello, I use BPFroid to attach uprobes to Base64.decode(java.lang.String, int) and Location.getLatitude(). I also made a small App (Kotlin) that invokes those methods when pressing a button. Unfortunately, the uprobes never get triggered. How do you check if the aot-compiled code in the oat-files is actually used? Do I miss something? Great project anyway, BPFroid output
Kotlin Code (partially)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Can it be that you use a debug version of your application? IIRC, applications in debug mode don't use the compiled oat files, but the java based code |
Beta Was this translation helpful? Give feedback.
Hi,
Can it be that you use a debug version of your application? IIRC, applications in debug mode don't use the compiled oat files, but the java based code