Yannick
Yannick
Using Android binaries found in the **rootfs**, the `readlink` syscall does not find the binaries associated with file descriptors **3** and **4** which are `libdl.so` and `libc.so` respectively. Here's the...
During the Android dynamic linking, the linker raise an error because the **[ld.config.txt](https://android.googlesource.com/platform/bionic/+/master/linker/ld.config.format.md)** file is missing: ``` linker: error reading config file "/system/etc/ld.config.txt" for "/bin/tmptlrqtxze/arm64_android_hello" (will use default configuration): error...
Using the Android binaries provided in the **rootfs**, Qiling stops because of `tgkill` and `sigaltstack` syscalls are not implemented. The code snippet below must be added in the [signal.py](https://github.com/qilingframework/qiling/blob/master/qiling/os/posix/syscall/signal.py) file...