by z29LiTp5qUC30n on 5/3/21, 9:25 AM with 19 comments
by markjenkinswpg on 5/3/21, 11:03 PM
I believe this is this is the dependency chain your live-bootstrap works through: https://github.com/oriansj/talk-notes/raw/master/live-bootst...
by userbinator on 5/4/21, 12:01 AM
by XorNot on 5/4/21, 12:29 AM
While we can definitely discuss whether it's practical for anyone to actually audit all that source code (no it is not), proving a 356 bytes codestream isn't malicious seems like a good foundation to argue about.
by siraben on 5/4/21, 12:48 AM
by Aissen on 5/4/21, 7:47 AM
In particular, this the very first step: https://github.com/oriansj/stage0-posix/blob/master/x86/hex0... (or its hand-edited binary version ?)
Edit: this how it's "assembled":
sed 's/[;#].*$//g' $input_file | xxd -r -p > $output_file
See: https://github.com/oriansj/bootstrap-seeds/blob/master/READM...by fjfaase on 5/4/21, 9:19 AM
by choeger on 5/4/21, 6:27 AM