Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64下安卓可执行文件by_dlopen无法加载/data/local/tmp下的so文件 #8

Open
MinghaoLin2000 opened this issue Aug 18, 2021 · 3 comments

Comments

@MinghaoLin2000
Copy link

请问安卓的可执行文件可以使用这套加载吗,我试着加进去代码后,发现无法加载,然后审了下源码,请问loader的功能是否实现完整了吗,那些segment(load类型)感觉怎么没有对其做处理,这里没看懂,希望楼主指点下小弟

@yinXlms
Copy link

yinXlms commented Feb 28, 2022

这个库的功能应该是使用by_dlopen、by_dlsym去获取已经加载到内存中的库的函数地址,以绕过系统限制。
但是它并不支持直接去加载一个私有库。

这是我的理解,不知道正不正确。

@MinghaoLin2000
Copy link
Author

这个库的功能应该是使用by_dlopen、by_dlsym去获取已经加载到内存中的库的函数地址,以绕过系统限制。 但是它并不支持直接去加载一个私有库。

这是我的理解,不知道正不正确。

是哈,师傅,我当时理解错了,我已经解决问题了,谢谢师傅

@louis-gg
Copy link

这个库的功能应该是使用by_dlopen、by_dlsym去获取已经加载到内存中的库的函数地址,以绕过系统限制。 但是它并不支持直接去加载一个私有库。
这是我的理解,不知道正不正确。

是哈,师傅,我当时理解错了,我已经解决问题了,谢谢师傅

请问怎么解决的?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants