VirtualApp
VirtualApp copied to clipboard
要怎么dlopen被双开的app的so
直接dlopen("libxxx.so", RTLD_NOW)返回NULL了,大佬可以指点一下要怎么才能dlopen被双开的app的so吗或者不dlopen也行,找到so的基址和能够调用dlsym就可以了
battlesteed @.***> 于2024年4月17日周三 01:21写道:
直接dlopen("libxxx.so", RTLD_NOW)返回NULL了,大佬可以指点一下要怎么才能dlopen被双开的app的so吗或者不dlopen也行,找到so的基址和能够调用dlsym就可以了
— Reply to this email directly, view it on GitHub https://github.com/ServenScorpion/VirtualApp/issues/58, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTYXRIRYAX34AZG7ZN2NZLY5VMZZAVCNFSM6AAAAABGJYWINWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2DMNJUGYZDQOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
xdl