dfuzzer
dfuzzer copied to clipboard
D-Bus fuzzer
> I think it would be great if it was possible to skip destructive methods when dfuzzer is privileged enough to actually call them and call them when it's unprivileged....
It was briefly discussed in https://github.com/matusmarhefka/dfuzzer/pull/13#issuecomment-1092258508 I think in general `dfuzzer` isn't ready to be integrated into CI due to some limitations like https://github.com/matusmarhefka/dfuzzer/issues/19 but given that it's capable of...
It was discussed in https://github.com/matusmarhefka/dfuzzer/pull/80#discussion_r867525573 More generally it would be great to come up with more heuristics allowing dfuzzer to cover as much code as possible (preferably automatically)
Very WIP, more like PoC in its current form to discuss the file format and other needs as discussed in #75. Right now this patch generates a "reproducer" file (separate...
In its current form logs are supposed to look like https://github.com/matusmarhefka/dfuzzer/pull/4 to make `reprogen.py` work as far as I understand but it would probably make sense to revisit the format...
The project could provide a simple `tmt` based test that could test any message bus, interface, or object method based on given parameters. This test could be used: * as...