D0nyu
D0nyu
@bxhuhu 能把有问题的jpeg共享一下吗?[email protected]
是华为设备的bug,和应用无关
Hello @kr1tzy , Have you ever solved this issue? I encounter a similar one when loading a snapshot generated by unicorn_dumper_gdb.py (https://github.com/Battelle/afl-unicorn/blob/master/unicorn_mode/helper_scripts/unicorn_dumper_gdb.py)
The Jpegloader is just a dummy binary to satisfy the qiling initialization. Once it is initialized, I overwrite all the memory regions and registers with the dumped context. And the...
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 functions. BTW, the `log_file...
> The AFL run is set to a timeout of `-t 50000`, so afl will hardly ever kill slow testcases. Hitting a single infinite loop will lead to very slow...