Y
Hacker News
new
|
ask
|
show
|
jobs
by
Rerarom
2369 days ago
When I was young I imagined that when I'll be an advanced programming/CS student I would learn advanced stuff like self-modifying code. Too bad real life is not that exciting...
2 comments
chrisseaton
2369 days ago
You can get a job in compilers if you want. Message me via my profile if you don't know where to start.
link
saagarjha
2369 days ago
If you’re interested, JIT compilers or malware reversing is a “real” place where this knowledge is useful.
link
anfilt
2369 days ago
Also don't forget binary translation which basically is assembly level JIT. Although static binary translation is a thing but has limitations.
link