-
Hello,
I do not succeed yet to launch the web interface on a emulated of the Netgear firmware. However I succeed to launch a TCP service on port 8080 and bind it to to localhost.
However, when…
-
Hello, I use it to fuzz arm-demo which code is same as x8664_fuzz.
```
#include
#include
#include
// Program that will crash easily.
#define SIZE (10)
int fun(int i) {
char *buf =…
-
When trying to run qiling under WIndows we get the following error while emulating a linux program on Windows:
Error log:
Traceback (most recent call last):
File "C:\Program Files (x86)\Microso…
-
What do we do in situations where there its a pe file with no IAT? Example file https://www.virustotal.com/gui/file/e036d68b8f8b7afc6c8b6252876e1e290f11a26d4ad18ac6f310662845b2c734/detection
```
[…
-
**qltool gdb error at arm architecture**
I try to use gdb debug httpd of tendaac15 in example
I run the follow command to start gdb server
```bash
qltool run -f tendaac15_rootfs/bin/httpd --rootfs…
-
**Describe the bug**
Arguments not being passed on x64 windows binary.
Reference sample: https://www.virustotal.com/gui/file/6e9617ebe9eba6e38f4b8559546dec381213c477736060029fd1376ce2b22840/detect…
-
Hello,
I am able to emulate tenda router firmware without any issue.
![image](https://user-images.githubusercontent.com/57127733/88680493-2e9cd980-d10e-11ea-9bb2-547208b3887f.png)
Had another que…
-
***Describe the bug**
A clear and concise description of what the bug is.
**Sample Code**
```python
# file ./qiling/os/posix/syscall/unistd.py
def ql_syscall_write(ql, write_fd, write_buf, w…
-
I experienced the following error on my virtual machine. Here are information regarding the virtual machine:
```bash
nami@nami-VirtualBox:~/Projects/UpxUnpacker/bin$ uname -a
Linux nami-VirtualBo…
-
**Describe the bug**
Since the addition of qdb to the dev branch, gdb remote target fails to work properly. My intent was not to use qdb in the first place, since gdbserver + gdb/gef was working fine…