z0xi
z0xi
ld-linux.so.3 is the default ld in rootfs `ld-linux.so.3: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=97ea942b1c123793352877a2fdb1197465de7fd7, stripped` I have also use my ld-linux.so.3, It outputs...
I also try to emulate a ARM64 little endian binary. The library needs ``` hei@hei-VirtualBox:~/Desktop/qiling/examples/mycode$ readelf -d c_framework Dynamic section at offset 0x17ab8 contains 32 entries: Tag Type Name/Value 0x0000000000000001...
``` hei@hei-VirtualBox:~/Desktop/qiling/examples/rootfs/arm64_linux/lib64$ ls ld-linux-aarch64.so.1 libc.so.6 libdl.so.2 ``` The library is existing. And I guess the invalid memory(PC is unreachable) is caused by the unloaded library. But it can't load the...
I also meet this problem after using some "addManyNumbers". Can anyone explain this?