Tiny Teensy Executables

by ecstremaon 6/19/2024, 8:40 AMwith 2 comments

by Joker_vDon 6/20/2024, 11:48 PM

Y'know, I'm kinda glad that PE format enforces strict file alignment of sections, with the minimum being 512-byte, instead of the modulo-alignment scheme that ELF uses since it prevents most of those chicaneries in TFA from working.

by josephcsibleon 6/21/2024, 12:24 AM

As I mentioned last time this was posted, it needs some modifications to work on modern systems: https://news.ycombinator.com/item?id=40009111