N
Hacker Next
new
past
show
ask
show
jobs
submit
login
▲
The smallest ELF executable (2021)
(
nathanotterness.com
)
41 points by
michelangelo
4 days ago
|
2 comments
add comment
Rendered at 23:17:23 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
ptspts 1 days ago
[-]
Shameless self-promotion: I think I hold the record (83 bytes) for the shortest hello-world Linux ELF executable:
https://github.com/pts/mininasm/blob/master/demo/hello/hello...
LegionMammal978 1 days ago
[-]
Try 81 bytes for an x86-64 executable, or 77 bytes for the same if you run it on a VM with 5-level paging:
https://tmpout.sh/3/22.html