-
```python
In [5]: ql = qiling.Qiling(["hello_world_arm"], rootfs=".") …
-
**Script**
```python
def my_strncpy(ql):
dst = ql.os.function_arg[0];
src = ql.os.funtion_arg[1]
print("src(%s)" % ql.mem.string(src))
if __name__ == "__main__":
ql = …
-
Some article says Qiling supports loading shared library dependencies automatically, but I did some test, seems not work.
To reproduce the problem, write a shared library *libso.so*, which depends …
-
Testing started at 8:27 ...
D:\Anaconda3_x64_2020_7\python.exe "C:\PyCharm 2020.2.1\plugins\python\helpers\pydev\pydevd.py" --multiproc --save-signatures --qt-support=auto --client 127.0.0.1 --port 5…
-
***Describe the bug**
A clear and concise description of what the bug is.
```
[=] [syscall.py:232] getattrlist(0x7ffd099fe7b0, 0x50007f8b8, 0x7ffd099fe350, 0x41c, 0x1)
qiling.exception.QlErrorSy…
ghost updated
3 years ago
-
Thumb mode is not supported yet, it's hardcoded like `uc = Uc(UC_ARCH_ARM, UC_MODE_ARM)` and `md = Cs(CS_ARCH_ARM, CS_MODE_ARM)`
Possible to support Thumb ? :)
-
D:\Anaconda3_x64_2020_7\python.exe "C:\PyCharm 2020.2.1\plugins\python\helpers\pydev\pydevd.py" --multiproc --save-signatures --qt-support=auto --client 127.0.0.1 --port 53580 --file M:/qiling/qiling-…
-
昨晚复现这个脚本的时候,发现诸多问题,在咨询[原作者](https://twitter.com/ucgJhe)后,主要针对复现中可能遇到的几个问题做下解释:
1、首先需要创建一个session文件,否则运行中会报错:
![image](https://user-images.githubusercontent.com/26357652/106088003-16ab1e80-6160-11e…
-
I have a one-liner PowerShell script (`Write-Host 'Hello, World!'`) which I converted into a 32-bit exe. I was looking into the first example - `use Qiling framework to emulate a Windows EXE on a Linu…
-
When emulating a Windows driver that is virtualised with VMProtect, the emulation terminates eventually in
[!] Error: PC(0xdeadc0de) Unreachable
The full log (driver name omitted):
`[+] Windo…