Xin Huang

Results 7 comments of Xin Huang

什么是**开源**? > 开源一词最初是指开源软件(OSS)。开源软件是源代码可以任意获取的计算机软件,任何人都能查看、修改和分发他们认为合适的代码。 代码已经开源了,有问题你也可以自己查看源码进行bug的修正,提出 PR, 而不是向别人提出问题,等待着别人给你解决。当然,如果你付费另说。

the CI has been fixed.

I checked the source code, it seem like it use method `ctorBSD` for `ctorDarwin`, and the `ctorBSD` method will make the kernel.kasan as elf file, so it crashed with message...

the config file ```conf { "target": "darwin/amd64", "http": "127.0.0.1:56741", "sshkey": "/Users/qaz/.ssh/id_rsa.pub", "workdir": "/Users/qaz/xnu_132", "kernel_obj": "/Users/qaz/xnu_132/obj/", "kernel_src": "/Users/qaz/xnu_132/src/", "syzkaller": "/Users/qaz/syzkaller", "procs": 2, "type": "qemu", "cover": true, "image": "/Users/qaz/Developer/fuzz-xnu/mac_hdd.qcow", "vm": { "count":...

Now it works, and the xnu updated the `ksancov.h` path and `struct ksancov_trace` members with commit [e6231be](https://github.com/apple-oss-distributions/xnu/commit/e6231be02a03711ca404e5121a151b24afbff733) The path changed from `san/ksancov.h` to `san/tools/ksancov.h` before this commit ```c struct ksancov_trace...

Same problem, and I can't spawn apps anymore; I always get the timeout error.