Y
Hacker News
new
|
ask
|
show
|
jobs
by
quags
1016 days ago
The first security program I remember when I started playing with Linux around 99 was called libsafe which used ld preload to intercept calls on the fly to prevent buffer overflows.
1 comments
Dwedit
1016 days ago
Windows has "Application Verifier" which can turn out-of-bounds writes that are past the end of memory into access violation exceptions.
link