Vincent Lohse
Vincent Lohse
Good idea, I think it’s important to have some kind of recovery at some stage in the code. Have you tested that the return values work if the Go code...
Hey, yeah, it's failing to fetch the submodules. Specifically: ``` >>Fetching submodules /usr/bin/git submodule sync /usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 Submodule 'souper' (https://github.com/KTH/souper.git) registered for path 'souper'...
Here are the technical details of how AFL works: https://github.com/google/AFL/blob/master/docs/technical_details.txt It's very well explained - I especially recommend reading part 1 ("Coverage measurements").
Done: - [x] add in documentation the link to the spec of the byte array that AFL expects - [x] Git cleanup - [x] @olapiv rename and move branch: Swam...
Current work is here: https://github.com/KTH/slumps/tree/wasm-fuzzer/wasm-fuzzer Pull request is here: https://github.com/KTH/slumps/pull/53
Here are a couple of thoughts that I am currently having regarding next steps. Some of it may not make sense, some of it may be obvious. - The current...
Just did. It's all still a very vague idea though, so it's a bit difficult to pinpoint the exact next steps. I'm just researching for now, so I'm (more) sure...
Yes, exactly
**Using non-number types with SWAM** * Option A: Implement WASM Interface Types into SWAM - Excellent [article on WASM Interface Types](https://hacks.mozilla.org/2019/08/webassembly-interface-types/) by Lin Clark - Interface Types are currently still...