qiling
qiling copied to clipboard
A True Instrumentable Binary Emulation Framework
Fixes #1565
**Describe the bug** Code coverage extension particularly drcov (and I'm quite sure ezcov as well) doesn't work with binary emulations that use the blob loader ie baremetal binary emulation. **Sample...
Hi all - not really an issue per say, but more of a request for some suggestions and guidance. Can close this out if that's not acceptable here. I am...
root@debian:/qiling# ./qltool run -f examples/rootfs/x8664_linux/bin/bash --rootfs examples/rootfs/x8664_linux/ --args examples/rootfs/x8664_linux/bin/script.sh [=] brk(inp = 0x0) = 0x55555568f000 [=] uname(buf = 0x7ffffffff958) = 0x0 [=] access(path = 0x7ffff7df6082, mode = 0x0) = -0x2...
**Describe the bug** I work with Cortex M3 MCU (on the dev branch) and I tried to make a snapshot into a bin file with save() but it crashes due...
## Checklist ### Which kind of PR do you create? - [x] This PR only contains minor fixes. - [ ] This PR contains major feature update. - [ ]...
***Describe the bug** I'm trying to compile a simple dynamic linking example implemented in C language with MinGW and run it with qiling. In my main.c I have: ```c #include...
**Describe the bug** When emulating an mcu based on the cortex-m, Qiling never uses the value stored in the Vector Table Offset Register. This register is used to indicate an...
## Checklist ### Which kind of PR do you create? - [x] This PR only contains minor fixes. - [ ] This PR contains major feature update. - [ ]...
This feature request is related to the next major release of Qiling Framework. The goal is to run Qiling Framework on a set of computer nodes connected via a high...