qiling icon indicating copy to clipboard operation
qiling copied to clipboard

A True Instrumentable Binary Emulation Framework

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

Hi. I was testing Qiling with a standard Hello World written in GO. There are several unimplemented APIs and every Go executables I've tested resulted in the same error. Sorry...

## Checklist ### Which kind of PR do you create? - [x] This PR introduces a new function/api for Qiling Framework. This pull request adds a tracer for IDAPro's [Tenet](https://github.com/gaasedelen/tenet)...

***Describe the bug** here is how my folder organized: - aarch64.py - qilinglab-aarch64 ([binary](https://www.shielder.com/attachments/qilinglab-aarch64) file) - bins/ - qilinglab-aarch64 (binary file, the same one) - examples/ - rootfs/ when using...

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

***Describe the bug** When trying to emulate simple binaries on a vanilla ubuntu 22.04 qiling fails gloriously with `unicorn.unicorn.UcError: Invalid memory fetch (UC_ERR_FETCH_UNMAPPED)` **Sample Code** ```dockerfile FROM ubuntu:22.04 RUN apt-get...

***Describe the bug** 多线程调试 target remote后断在exit,如何断在start函数 **Sample Code** ```python import sys sys.path.append("..") from qiling import * from qiling.os.posix import syscall from qiling.const import QL_VERBOSE if __name__ == "__main__": ql =...

Yet another maintenance PR, focusing on Windows. Highlights: - Better consistency of kernel data structures - Code quality improvements

**Describe the bug** Error when stack canary is used by program unicorn.unicorn.UcError: Invalid memory read (UC_ERR_READ_UNMAPPED) **Sample Code** ``` mov esi, large gs:14h mov [esp+38h], esi on ida pro: anonymous3...

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

from Parallels Desktop ubuntu arm64 pip3 install qiling error info : Collecting qiling Using cached qiling-1.4.2-py3-none-any.whl (922 kB) Collecting pyyaml>=6.0 Using cached PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (721 kB) Collecting keystone-engine>=0.9.2 Using cached keystone-engine-0.9.2.tar.gz...