lazymio

Results 442 comments of lazymio

> The log file has been attached. > [qlog.txt](https://github.com/qilingframework/qiling/files/6203336/qlog.txt) > > The "Allocating" entries by the malloc hook and the "android_log_print" entries are recorded by the hooks of android logging...

Seems that the big allocation may slow down the whole fuzzer. But the problem is that it should not make AFL hang. I will try to reproduce it later.

![image](https://user-images.githubusercontent.com/30623163/112594654-39963e00-8e44-11eb-9651-8b772dce2ccf.png) Did a perf and seems that it's memory operation which slows down the whole fuzzer. Link to https://github.com/unicorn-engine/unicorn/issues/1217 for now.

This is due to function hook implementation in qiling in order to implement set_api with proper interception. The memory at 0x876 is supposed to be mapped for function hooks. Does...

Hi! Thanks for your interest. Musl implementation is largely different from that of glibc, which qiling assumes in many places. Could you provide your test binary or a robust way...

> Unfortunately I am not able to share the binary. However, the the described issue about gdb should be generic problem for all ELF binaries, as in the code i...

1. cc @kabeor to have a look at step functionality. 2. qiling will load and run libc for your program so you don't need to implement them by your own...

The multithread feature is currently under rework and doesn't work with debuggers.

Hi, thanks for your interest. Where does your rootfs come from?