请问__open_real、__open_2、open分别会在哪些Android版本上被使用? #42
Unanswered
zhbzhbzhbz
asked this question in
Q&A
Replies: 2 comments
-
可以结合NDK里open的头文件,和AOSP源码看一下。具体我也记不得了。但是作为一个完整的针对“open”的PLT hook,目前需要hook这三个函数。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
最近发现,c语言下的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
如题,因为在sample中看到了这三个函数,而我使用frida-trace在Android9和Android12上,对FileOutputStream、FileWriter、openFileOutput、MediaStore进行探测时均只发现了对于open的调用~ 虽然我也看到了这个Issue中的回答,但还是不太确定#16 (comment)
谢谢您~!
Beta Was this translation helpful? Give feedback.
All reactions