Y
Hacker News
new
|
ask
|
show
|
jobs
Tiny Teensy Executables
(
muppetlabs.com
)
19 points
by
ecstrema
734 days ago
2 comments
Joker_vD
733 days ago
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.
link
josephcsible
733 days ago
As I mentioned last time this was posted, it needs some modifications to work on modern systems:
https://news.ycombinator.com/item?id=40009111
link