Disconnect3d
Disconnect3d
Hey, I also stepped on this bug while implementing some fuzzing harnesses. If anybody is looking for a workaround for the following error: ```go /home/dc/go/pkg/mod/k8s.io/[email protected]/util/homedir/homedir.go:72: undefined: fs in fs.FileMode ```...
@thepudds good question and... I don't know, but Trail of Bits have a winternship project which will try to fix this and improve some other things in Go-fuzz. (I know...
@dvyukov @josharian can this be merged? it makes go-fuzz/go-fuzz-build compilation succeed on latest Go versions or/and in IDEs like Goland.
cc: @indutny Below is what we diagnosed with @ahpaleus. The crash occurs due to infinite loop which allocates memory on each loop iteration and so it exhausts the NodeJS or...
Works for me on Mojave.
Probably `[cs:0x23c0]` or even `[0x23c0]`. When I think more of it, the things described in #443 would be as good as this. I mean, it would be nice to be...
Oh, that is nice :heart:. Anyway, what do you think about an "additional display mode" launched by a given flag?
Not sure if this is proper issue to post this in but since there is a 4.0.1 version can you release Python bindings for it on PyPi?
Thanks a lot for this 🍷 ! However, I found one minor bug: ``` root@618558d983a5:/t# python -c 'import capstone; print(capstone.__version__)' 4.0.0 root@618558d983a5:/t# python -c 'import pkg_resources; print(pkg_resources.get_distribution("capstone").version)' 4.0.1 ``` So...