qiling icon indicating copy to clipboard operation
qiling copied to clipboard

Missing Android dynamic linker file

Open ytournier opened this issue 1 year ago • 0 comments

During the Android dynamic linking, the linker raise an error because the ld.config.txt file is missing:

linker: error reading config file "/system/etc/ld.config.txt" for "/bin/tmptlrqtxze/arm64_android_hello" (will use default configuration): error reading file "/system/etc/ld.config.txt": Operation not permitted
WARNING: linker: error reading config file "/system/etc/ld.config.txt" for "/bin/tmptlrqtxze/arm64_android_hello" (will use default configuration): error reading file "/system/etc/ld.config.txt": Operation not permitted

Here's a ld.config.txt file extracted from an Android Emulator using an OS version 14 and it must be copied to rootfs/arm64_android/system/etc.

ytournier avatar Mar 09 '24 10:03 ytournier