-
Installation instructions should include a note about switching to dev branch, or examples need to be updated to indicate which examples only work with dev branch.
As is, the "On enter interceptor wi…
-
i am using hook_address to hook some function, but i am mistakenly write my code wrong and cause an error
the program seems struck there and no more output and there is no exception throw out
weird …
-
When I run Qiling tests on Windows (native, not wsl), the Unicorn crashes and causes the whole python process to die siliently. To locate the exception, I attach Windbg to python process and below is …
-
On my Ubuntu Desktop 18.04 VM, right after the installation, I try to run `hello_x8664_linux.py` in the `examples` dir and I get the following error:
```
Traceback (most recent call last):
File "…
-
```
[+] TEB addr is 0x6000
[+] PEB addr is 0x6044
[+] Loading /home/ryancor/Desktop/SandBoxMalware/cryptowall/Windows/SysWOW64/ntdll.dll to 0x10000000
[+] Done with loading /home/ryancor/Desktop/S…
-
Hi, I am also currently facing the same issue when trying to emulate ARM router firmware and would like some help.
I am currently using **Ubuntu 18.04.4 LTS** to host Qiling and the router firmware…
-
https://github.com/qilingframework/qiling/blob/350208f61641e7e394bf2feffc124a1be22b6f86/qiling/core_hooks.py#L160
Is it really designed to check boundaries for pc, not addr?
-
The Qiling implementation of mmap does not allow the emulated code to specify the address in the first argument. When the emulated code does specify the address, the Qiling mmap will attempt to initia…
-
when I run a simple code like example:
````
from qiling import *
path = ["examples/rootfs/x8664_linux/bin/x8664_hello"]
rootfs = "examples/rootfs/x8664_linux"
ql = Qiling(path, rootfs)
ql.run(…
-
I have tried the `ql.set_api`, and I use `QL_INTERCEPT.EXIT` argument, but it seems not stops at the end of the function, rather it stops at the start of the function.
so, is there a method to hook a…