CQ
CQ
**Describe the bug** When trying to emulate a `tftpd` binary from firmware, it seems that the thread stuck when set `multithread=True`. Here are some outputs. ``` ... // too many...
**Describe the bug** When emulating a linux binary with `multithread=True`, calling `ql.os.stop()` to stop emulation didn't work as expected. After a simple analysis, it seems that the `self.threads` of `QlLinuxThreadManagement`...
***Describe the bug** When debugging an arm32 binary with inbuilt gdb feature in qiling framework, I noticed that when hitting a breakpoint, the `pc` register showed in remote gdbserver is...
Login method has been changed since 6.43. So add support for it in winbox communication and keep the remaining unchanged. Also, we can use the new login method direcly, like...
Currently, the reverse_tcp shellcode for mipsbe contains some bad chars like '\x00', which won't work in http requests. I have developed a more robust shellcode and tested it on some...
The option `reuse_target_connection` makes it possible to reuse the same target connection, which is useful in some cases. https://github.com/jtpereyda/boofuzz/blob/bad385117c4176c4dde770dab7cacccaed1c5b02/boofuzz/sessions.py#L311-L312 When enabling option `reuse_target_connection` in a fuzz test, it seems it...
1. add support to get comments in F5; 2. remove unnecessary print statements.
## Description When tried to get the plt information from `init` elf with `pwntools`, it outputed the wrong address for some functions. ```python In [1]: from pwn import ELF In...