chinggg
chinggg
Currently, the example code in `hello_r2.py` like `r2.strings` is broken since we pass RBuffer to r2 instead of the whole binary and r2 fails to load complete bininfo. Documentation is...
It seems https://github.com/qilingframework/qiling/pull/1293 has made some improvements to memory management functions like `del_mapinfo`. I will take a look and update this branch.
I have tried to keep the r2 extension compatible with existing code, now there is no extra record of bytearray in `map_info`, not sure if there is other problems.
My testing results shows various mutated outputs, so the LangFuzzer should be fine. I updated synopsis in #142 
@wtdcode @elicn Do you think `mem.restore()` should have the semantic to clear all memory?
请问 https://github.com/qilingframework/qiling/commit/e76b8ab95e1c66178dd5cc3d8c2d1cffb61a0233 中的 `ql_syscall_ipc` 部分实现是否满足了你的需求?否则我可以尝试实现
@readermall I just implemented `msgget`, `msgsnd` and `msgrcv` syscalls and tested their basic functionality using the example in man page. You can try the latest code in PR #1363 and...
@readermall 你运行的trendnet的固件中的web守护程序goahead是可公开获取的吗?我可考虑自行测试
I also found that FuzzBench does more stuff when running on GCP, which makes it less robust. I cannot see logs from screen but have to visit GCP console to...
We plan to solve this issue in https://github.com/shuosc/shu-scheduling-helper/tree/v3