Mariusz Skoneczko

Results 6 issues of Mariusz Skoneczko

Currently, autorop picks the first libc blindly. It would be better if it tried other matches in case of failure, instead of giving up. ``` [!] 3 matching libc's found,...

Currently all bytes are allowed in autorop, which cuases issues if it happens to e.g. find a gadget with an `0a` byte for input that is captures via e.g. `gets`....

Currently we have relatively few "samples" of challenges which autorop can solve. The more tests, the better. Ideally, tests which currently *fail* are of interest -- as long as they...

Currently, we only have some integration tests (we test a bunch of modules together, with the goal of solving a challenge). Adding unit tests, which test each component in isolation,...

good first issue

This is ensures we consistently perform a sleep regardless what categories we download. Naively fixes https://github.com/niklasb/libc-database/issues/49.

If at least one download fails for `launchpad`, the return code is non-zero. This does not happen for other categories like `rpm`. This inconsistency breaks automated scripts which use the...