dodaeche

Results 5 comments of dodaeche

hi, as you can see above, I used sshfs to mount remote FreeBSD server(my_freebsd64, IP 192.168.152.3) ``` sshfs root@my_freebsd64:/ ./freebsd_fs ``` With this way, I could skip copy all .so...

My FreeBSD is installed from official website, FreeBSD-12.2-RELEASE-amd64-dvd1.iso. ``` pdpd ~ # uname -a FreeBSD pdpd 12.2-RELEASE FreeBSD 12.2-RELEASE r366954 GENERIC amd64 pdpd tmp # ld --version LLD 10.0.1 (FreeBSD...

@wtdcode I attached ld, libc, ld-elf.so.1, hw64(compile with `gcc -o hw64 hw.c -no-pie` on freebsd) [emu_files.zip](https://github.com/qilingframework/qiling/files/6061454/emu_files.zip) @xwings hi, I want to emulate freebsd binary on linux. I ran again with...

thanks @wtdcode. I installed that version and tried again. 1. Test with remote FreeBSD rootfs ``` pdpd@ubuntu:~/Desktop/work/fuzz/qiling_ex$ qltool run -f ./freebsd_fs/tmp/hw64 --rootfs ./freebsd_fs/ [!] 0x7ffff7df2458: syscall ql_syscall___sysctl number = 0xca(202)...

@wtdcode really thanks. I'm waiting for it.