TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A static binary rewriter that does not use heuristics

56 pointsby adulauabout 7 years ago

4 comments

dzdtabout 7 years ago
I read the readme. I still don't know what is "rewriting" a binary or why one would want to do it. Can someone explain?
评论 #17056003 未加载
评论 #17055483 未加载
shadowfactsabout 7 years ago
This is the paper referenced in the README: <a href="http:&#x2F;&#x2F;web.cse.ohio-state.edu&#x2F;~lin.3021&#x2F;file&#x2F;NDSS18a.pdf" rel="nofollow">http:&#x2F;&#x2F;web.cse.ohio-state.edu&#x2F;~lin.3021&#x2F;file&#x2F;NDSS18a.pdf</a>
jitlabout 7 years ago
Could this tool be used to produce eg a statically-linked version of `curl` that would work the same on any Linux, without needing to build curl from sources?
评论 #17056524 未加载
评论 #17055653 未加载
评论 #17055966 未加载
评论 #17056346 未加载
all_blue_chucksabout 7 years ago
Is this for antivirus signature evasion? If so, wouldn&#x27;t it need to work on itself?