chinggg

Results 65 comments of chinggg

I find there has been [MinimizerCorpusScheduler](https://docs.rs/libafl/latest/libafl/corpus/minimizer/struct.MinimizerCorpusScheduler.html), which will compute a subset during fuzzing process. Since LibAFL aims to be a library, I think the expected result of this issue will...

I know little about Unicorn internal and cannot find methods to pass uc mem to r2, so we can either allocate memory in r2 or Python code if we want...

It seems now there leaves only two errors in `test_android`, but I cannot figure out why, maybe some multithreading issue. Hoping someone can have a quick review on it so...

I add `assert_mem_equal` check to ql mem operations and syscalls like `brk` and `mmap` so more errors occured. According to the CI testing result https://github.com/qilingframework/qiling/actions/runs/3065273326/jobs/4949204918, there seems to be 3...

Sorry, I don't have a Windows environment now. I guess that's caused by incomplete installation of unicorn. You can `pip list` to ensure you have installed the latest version unicorn2....

@mrghubba These instructions are used for building unicorn, so they should be done in unicorn source code folder instead of qiling folder. You may try `pip install unicorn==2.0.0` to directly...

同问,正准备模仿贵校飞跃手册

确实,docsify, GitBook 等文档系统的呈现方式和文件目录的树形结构是一致的,优点是编排清晰且内容集中,但缺乏灵活性,而 Hugo 这类博客系统只需新增单个文件,文章即会在归档中以时间排序,可用 category 进行单层分类,tag 来标签,呈现外观随主题选取而不同,目前不知道有什么较好的主题。 参见 https://github.com/shuosc/meta-OSC/issues/7#issuecomment-1214279419

I am also trying to port `invscov` to latest AFL++ (now 4.02c)

This is my [draft proposal](https://docs.google.com/document/d/14QSRquHvkuP8SOizTXXhc-dXb-Ect8Vtn6gMz-cV0A0/edit). You can comment to give some suggestions and I will improve it.