DynamoRIO / DynamoRIO/dynamorio
dlopen libdrmgr.so in arm return 0
Open
Bug-AppFail
help wanted
Status-NeedInfo
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
test code:
`auto lib = dlopen("/data/data/com.xxx/lib/libdynamorio.so", RTLD_LAZY);
LOGD("111 %p %s", lib, dlerror());
lib = dlopen("/data/data/com.xxx/lib/libdrmgr.so", RTLD_LAZY);
LOGD("222 %p %s", lib, dlerror());`
log:
04-08 17:50:17.243 19282 19282 D XMONO : 111 0xe88e71d0 (null)
04-08 17:50:17.243 19282 19282 D XMONO : 222 0x0 dlopen failed: cannot locate symbol "memmove" referenced
by "/data/app/com.tencent.securityradar-2/lib/arm/libdrmgr.so"...
Contributor guide
Assessment
This issue has not been assessed yet.