qiling
qiling copied to clipboard
Android hello world run failed!
*Describe the bug I created a hello world demo in Android Studio and without other code. just return string Env info: Windows 11, WSL ubuntu 22.04
Sample Code
from qiling import Qiling
ndk_test_file = "/home/testu2204/sec/qiling/rootfs/arm64_android/bin/libqilingtest.so"
rootfs = "/home/testu2204/github/rootfs/arm64_android"
ql = Qiling(
[ndk_test_file],
rootfs,
multithread=True
)
ql.run()
Expected behavior
Screenshots
The .so file is not a standalone executable. Furthermore, this is a JNI function. You should try to refer to /tests/test_android.py to modify your test attempt.