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.

Unstripping Stripped Binaries

189 pointsby tavisoover 2 years ago

5 comments

saagarjhaover 2 years ago
&gt; What I really want is to take the names and types I’ve figured out from my disassembler, and make them visible to gdb.<p>You may also want to check out <a href="https:&#x2F;&#x2F;github.com&#x2F;mahaloz&#x2F;decomp2dbg" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mahaloz&#x2F;decomp2dbg</a>. (Disclaimer: I will never not shill Zion&#x27;s code.)
评论 #32604731 未加载
评论 #32614414 未加载
david_dracoover 2 years ago
Maybe machine learning techniques for translating text could produce unstripped binaries based on stripped binaries, given a large training set?
082349872349872over 2 years ago
worth reading to the end: I knew about various arcane symbol formats, but TIL that cross-architecture CFG-based diffing is a thing.
评论 #32604996 未加载
评论 #32604851 未加载
ntauthorityover 2 years ago
For Windows, there once was a similar tool that synthesizes a .pdb file using the DIA API from a list of names: <a href="https:&#x2F;&#x2F;pefrm-units.osdn.jp&#x2F;pe_debug.html" rel="nofollow">https:&#x2F;&#x2F;pefrm-units.osdn.jp&#x2F;pe_debug.html</a>
magic_hamsterover 2 years ago
You have a really great blog. Kudos. I just read through a bunch of your adventures and it was great fun.