Benjamin Levy
Benjamin Levy
The `tar` crate has an `entries()` method for iterating over entries. This would be useful in the `ar` crate. https://docs.rs/tar/0.4.26/tar/struct.Archive.html#method.entries
It looks like `cd` was removed in https://github.com/twmb/rsfs/commit/bb0b1903a12367b857b6cf6aa3c05f6b54b712db, because it made symlinks hard to implement, but it would be nice to have if you can get the symlink code working...
``` /bin/ash: can't create /var/log/letsencrypt/cron.log: nonexistent directory ``` This error is displayed on each auto-renew attempt. It looks like `/var/log/letsencrypt/` does not exist.
AppImage is another useful format besides rpm and deb. https://appimage.org/
If there are no open emacsclient frames, then running ```sh emacsclient --eval "(emacs-everywhere)" ``` outputs ```text *ERROR*: Wrong type argument: stringp, nil ``` When there is at least one emacsclient...
Something like `~/.config/pwninit/config.toml` and `~/.config/pwninit/template.py` + Should be created with a command, not by default + Should disallow setting `--bin`, `--lib`, and `--ld` (because those aren't config)
Right now we have `shellcraft..linux` with a full set of syscalls and high-level wrappers like `dupsh()`, but `shellcraft..freebsd` still needs a generic syscall template and specific syscalls.