qiling icon indicating copy to clipboard operation
qiling copied to clipboard

A True Instrumentable Binary Emulation Framework

Results 230 qiling issues
Sort by recently updated
recently updated
newest added

**When I am trying to run addressNat_overflow.sh in order to crash to generate snapshot.bin, I got HTTP/1.1 404 Not Found** How i can solve this issue? >`/qiling/examples/fuzzing/tenda_ac15$` ./addressNat_overflow.sh` * TCP_NODELAY...

## Checklist ### Which kind of PR do you create? - [√ ] This PR only contains minor fixes. - [ ] This PR contains major feature update. - [...

***Describe the bug** Qiling does not support the emulation of signal for ARM binaries **Sample Code** ```python ql = Qiling(["test_binary"], "qiling/examples/rootfs/arm_linux", output = "debug") ql.run() ``` **Expected behavior** When the...

**Describe the bug** In `qiling/loader/elf.py` if Qiling's `env` parameter contains byte strings the following error is raised: ``` Traceback (most recent call last): File ".../Downloads/test.py", line 4, in ql =...

**Describe the bug** Not sure whether this is a Qiling bug or Unicorn's, but when performing an invalid memory fetch, the emulation seems to continue to the next address and...

I wanted to test using qiling for exploitation development. So I'm passing a cyclic buffer to the program to generate a buffer overflow. A core file gets generated upon the...

***Describe the bug** when simulating proftpd-1.3.0, i meet a bug. **Sample Code** ```python ql = Qiling(["proftpd", "-n"], multithread=True) ql.run() ``` **ERROR** Traceback (most recent call last): File "1.py", line 13,...

使用IDLE时fileno函数会引发异常导致整个模块无法使用 ## Checklist ### Which kind of PR do you create? - [x] This PR only contains minor fixes. - [ ] This PR contains major feature update. - [...

**Describe the bug** When I use `tendaac1518_httpd.py` simulate `US_AC15V1.0BR_V15.03.05.19_multi_TD01.bin`,it was staying at: ```bash # when use ql = Qiling(path, rootfs, verbose=QL_VERBOSE.DEBUG,console=False) init_core_dump 1816: rlim_cur = 0, rlim_max = -1 init_core_dump...

I'm attempting to load a Qiling snapshot from a live process on a simple 'hello' binary and keep getting the `qiling.exception.QlErrorCoreHook: _hook_intr_cb : catched == False` error. The save/restore works...