-
when I run the r6220 code,it showed some error
```
Traceback (most recent call last):
File "r6220.py", line 36, in
"rootfs/r6220")
File "r6220.py", line 19, in my_netgear
profile …
-
***Describe the bug**
Qltool Running Error
**Sample Code**
```
commandLine invocation
python3 qltool run --disasm -c wannacry-trace.cov -f /home/lzz/examples/rootfs/x86_windows/bin/wannacry.bi…
-
I'm having an issue to emulate a MIPSEL 32 binary. At some point the emulation crashes and the program counter seems to point to 0x0
The last instructions were the next:
```
:: 0x77767af4: addi…
-
**Bug Description**
While trying to emulate cdb.exe and other Windows debugger tools, I'm receiving "unmapped memory access at "
**Sample Code**
```
def my_sandbox(path, rootfs):
ql = Qiling(…
-
***Describe the bug**
It seems that even though the required shared object/library is placed in the correct folders in the rootfs provided, the binary doesn't seem to be able to detect its location a…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
Is not important as all the other issues, but my editor is giving me a hard time because the project doesn't follow the pep8 style guide.
Can I reformat the project to pep8 or do you use another sty…
-
1. cleanup and move winapi to else where, this is a os neutral section
2. x64 fastcall clear stack by caller
-
From: @0ssigeno
Still having an error with sample DHL_FORMAT.
Another sample that I'm testing is
[emotet_1.zip](https://github.com/qilingframework/qiling/files/4355919/emotet_1.zip), but having…
-
https://github.com/qilingframework/qiling/blob/617bcee20c77c8940dcd9aaf867e9b27a4054812/qiling/os/posix/syscall/mman.py#L204
Hey, any reason for not using `if mmap2_addr != 0 and ql.mem.is_mapped(m…