Y
Hacker News
new
|
ask
|
show
|
jobs
by
ape4
2666 days ago
I wonder if there is an opportunity for a privacy cleaner for executables. Like there is for JPEGs.
1 comments
mprovost
2666 days ago
strip(1)
link
ape4
2666 days ago
strip(1) removes all debug info / symbols. But I was thinking of something that keeps the debug info but discards (or anonymizes) the personal info.
link