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.
As I mentioned last time this was posted, it needs some modifications to work on modern systems: <a href="https://news.ycombinator.com/item?id=40009111">https://news.ycombinator.com/item?id=40009111</a>