Mathieu Tarral

Results 386 comments of Mathieu Tarral

Hi @bosswnx I updated edk2 and edk2-platforms repos, the issue that you raised seems like an upstream bug and is gone now. Can you retry with this PR ? https://github.com/intel/tsffs/pull/168

Hi @ferodevil, Apologies for the delayed response! I fully agree — adding introspection support to KVM would be a valuable enhancement. That said, at this point, the priority is to...

Hi @ffontaine and thanks for this PR. Could you provide a test binary and make a PR into https://github.com/Wenzel/checksec.py-test-binaries ?

@ffontaine just merged your test binary can you update the submodule here ?

Thanks ! can you make the CI go green ? :green_circle:

Hi @francesco-ev ! > I solved the problem by adding qemu_append Good call. This is an open issue we have to refactor the default settings, especially `qemu_append`: https://github.com/IntelLabs/kafl.fuzzer/issues/64 > ERR:...

Hi @M3noetius, yes, when you run `kafl cov`, you should specify the `--resume` paramter, to start from the same kAFL snapshot that was using during the fuzzing campaign. This isn't...

Hi @john-tipper thanks for the PR ! I've faced a similar issue, and I was trying to rely on the Docker client configuration file, instead of passing environement variables: https://github.com/nektos/act/issues/1578#issuecomment-2077269342...

Hi @john-tipper, thanks to your detailed reply, i learned about `--container-options` and was able to mount my `.docker/config.json`: `act --container-options '--mount type=bind,source=/home/mtarral/.docker/config.json,target=/root/.docker/config.json'` The issue was that one of my job...