-
I change filename and start address.
but failed with this:
qiling.exception.QlErrorFileNotFound: [!] Target rootfs not found
WYK15 updated
3 years ago
-
**Describe the bug**
I am trying to run the demo code from the documentation regarding emulating an Windows EXE on a Linux machine and it is raising `QlErrorFileNotFound`.
**Sample Code**
```
fr…
-
Any support for dynamic symbolic execution?
Things like https://github.com/JonathanSalwan/Triton by Quarkslab.
-
**Describe the bug**
Running a program that uses the posix/clone syscall crashes with the following Exception. Tested with the example usage program from the clone manpage (see attachments) on x64 an…
-
**Describe the bug**
Seems there is a missing file (from merge https://github.com/qilingframework/qiling/pull/660): const.py in debugger/qdb
**Sample Code**
Just run the provided sample 'hello_ar…
-
**Describe the bug**
When emulating a binary from firmware, the following error occurred.
```
...
[+] bytearray(b': ')
[+] bytearray(b'/lib/libgcc_s.so.1')
[+] bytearray(b': ')
[+] bytearray(…
-
**Describe the bug**
When trying to run `xz -d `, an error occurred.
```shell
Traceback (most recent call last):
File "qiling_demo.py", line 780, in
qiling_test()
File "qiling_demo.py",…
-
Traceback (most recent call last):
File "C:\Users\zzzz\AppData\Roaming\Python\Python38\site-packages\qiling\os\linux\linux.py", line 113, in run
thread_management.run()
File "C:\Users\zzzz\…
-
While implementing a basic I/O ports hooking for UEFI I noticed UC breaks, complaining it gets a `None` where an `int` was expected. Digging into this made me realize the way instruction hooks are han…
elicn updated
3 years ago
-
Any thoughts on this please?
```python
>>> from qiling import *
>>> ql = Qiling(["file.sys"], 'x8664_windows')
[+] Initiate stack address at 0x7ffffffde000
[+] Loading file.sys to 0x1c0000000
…