qiling icon indicating copy to clipboard operation
qiling copied to clipboard

A True Instrumentable Binary Emulation Framework

Results 224 qiling issues
Sort by recently updated
recently updated
newest added
trafficstars

***Describe the bug** Problems with kernal32 were displayed after I ran MPRESS using qiling **Sample Code** ```python def main(): ql = qiling.Qiling([binary_path], rootfs_path, verbose=QL_VERBOSE.DEBUG) ql.run() ``` ![4d28ae128b1da30c5f65b6114c12ddd](https://github.com/qilingframework/qiling/assets/61045781/57e04bec-b0e7-4181-932f-62a7bd35422d) ![cea2ed50b860d1d887f82e5a9e4b1a4](https://github.com/qilingframework/qiling/assets/61045781/66caf86b-2576-4f08-b5de-7739d55351a9) ![dd36b70ad959278966a3231b8dd9dfe](https://github.com/qilingframework/qiling/assets/61045781/64a49a7d-f4a6-4015-b615-ec7cf1e34bda)

**Describe the bug** When attempting to emulate a bare-metal ARM program for Cortex-M using Qiling, the following error occurs: `AttributeError: 'QlArchARM' object has no attribute 'unicorn_exception_handler'.` **Sample Code** ```python from...

***Bug Description*** When using ql.run(count=1) to step through the instructions in the provided assembly code, the expected output "B: Hello folks\n" is not emitted to the console. However, running ql.run()...

**Describe the bug** In Linux, when a target program binds a socket that is already bound, the OS should return an error code indicating that the address is already in...

**Describe the bug** I want to use Qiling to track the block nodes of the binary hited by the input file. I hope to use the timeout mechanism when calling...

***Describe the bug** Im having the following issue on MacOS Sonoma 14.5 everytime Im trying to run qltool. **Sample Code** ```bash python qltool Traceback (most recent call last): File "/Users/0xh3l1x/Tools/Emulation/qiling/qltool",...

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

Hi all, I am getting a crash, trying to emulate a linux x86-64 ELF in a MAC m1 (Sonoma 14.6.1), related to flags mappings not defined for the underlaying SO/Host:...

**Describe the bug** the log about this error: [INFO][qilingida:2066] ['D:\\Code_Files\\ARM\\Qiling-Lab\\qilinglab-aarch64'] [INFO][qilingida:1032] Rootfs: D:\Code_Files\qiling\examples\rootfs\arm64_linux [INFO][qilingida:1033] Custom user script: D:\Code_Files\IDA_DEV\IDA_QilingLab.py [INFO][qilingida:1034] Custom env: {} [INFO][qilingida:1042] Qiling is initialized successfully. Traceback (most recent...

This PR addresses the problem described in #861 and replaces that PR. Following is the output of the test program suggested in that PR, which shows that all checks pass:...