-
Hello,
I am interested in using qiling for firmware emulation. However, I need guidance to make qiling work.
I have different firmware, after extracting the .bin using binwalk I can have access …
-
**Describe the bug**
I want to use qiling to simulate a mips architecture program.It's a symbolic link named 'mtfwu'.
`./mtfwu: symbolic link to /home/ubuntu/Downloads/IOT/_DIR842C1_FW313WWb05.bin…
-
```
[+] Initiate stack address at 0xfffdd000
[+] Loading samples/bin/windows/sality/sality.dll to 0x400000
[+] PE entry point at 0x40ed35
[+] TEB addr is 0x6000
[+] PEB addr is 0x6044
[+] Loadin…
-
I download dlink_dir815 firmware and extract it to example/fuzzing/dlink_dir815 directory.
And I run dir815_mips32el_linux.sh to fuzz it.
First, an error occurs as below, and I add '-m none' to afl-…
-
@xwings
***Describe the bug**
Direct emulation of examples/rootfs/x8664_linux/bin/sleep_hello works fine.
Copy code on snapshot chapter & run -- original program output such as "Hello, World!" is …
-
**Describe the bug**
`ql.filter` seems to be ignoring assigned filters:
```txt
$ python3 solve.py
[=] [unistd.py:189] brk(0x0)
[=] [utsname.py:25] uname(0x80000000d9f0) = 0
[=] [unistd…
-
***Describe the bug**
I notice that there are some bugs when unicorn emulates self-modifying code.
So qiling-framework run shellcode with SMC will crash.
Here is a example in this issue http…
-
I use qilingframwork emulate linux and run a .so, then appear an UC_ERR_WRITE_UNMAPPED error.
```‘pythonscript
import sys
sys.path.append("..")
from qiling import *
def run_sandbox(path, root…
-
Qiling somehow reports that the **fopen** API has not been implemented:
```
-- snip --
0x101d6e60: GetSystemTimeAsFileTime(lpSystemTimeAsFileTime = 0xffffcfe0)
0x101d2a60: GetCurrentThreadId() =…
-
Hello,
I found that Qiling Framework 1.1.3 has a directory traversal bug that an emulated code can write files outside of rootfs. When I executed a sample code emulation_test.py, files were written…