Daniel Maslowski
Daniel Maslowski
Hey there, Thanks a lot for sharing your investigation results! :) I have a similar device based on the same SoC and I managed to [run u-root on it](https://mastodon.social/@CyReVolt/104538115710249235). The...
This is probably "just" a matter of documentation, though here's the idea: For an analysis tool running in a web browser based on Go and WASM, libyara would need to...
**Describe the bug** When building a cpio, I sometimes / randomly (it sometimes works when trying again, with no changes!) get an error, which seems to be a race/concurrency issue...
**Describe the bug** Trying to build with commands supplied that are in external repos yields an error, yet produces an initramfs including the symlink, but without the command in `bb`:...
Currently, we only support standard 32 bit color output. I've experimented a bit with embedded devices where 565BGR seems to be pretty common. See also: https://github.com/hybridgroup/gocv/blob/release/imgproc_colorcodes.go
requires #1856
kexec has some history and ended up with two variants. The goal is to support both. Some hints: https://lore.kernel.org/lkml/[email protected]/T/ https://github.com/xlpang/nanokexec-tools
Currently, output formats are only cpio and directory. A handy third option would be squashfs, possibly with https://pkg.go.dev/github.com/distr1/distri/internal/squashfs A regular user cannot create special devices in a directory, so the...
Besides a semi-automatic fuzzer, it would be really nice to have such a thing fully automated; I can imagine iterating over the obatained schema and stresstesting all the fields. I'll...
Leveraging #21, or even without full automation, it would be nice to allow implementing or choosing a (custom) strategy. By that I mean various ways to iterate over fields, randomly...