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.

In Praise of the Disassembler

61 pointsby MindGodsalmost 4 years ago

2 comments

rahenalmost 4 years ago
&gt; without even the cushion of C (a.k.a. assembly with for loops)<p>This over-simplification is getting tiring. What&#x27;s a typedef struct in assembly again? Or an union?<p>Like it or not, C _is_ a high level language.
评论 #27405352 未加载
评论 #27405227 未加载
评论 #27404487 未加载
评论 #27404495 未加载
评论 #27409478 未加载
评论 #27404366 未加载
nneonneoalmost 4 years ago
These days, with tools like IDA and Ghidra, I find I’m no longer dealing with disassembly regularly. These tools are doing such a good job of turning assembly code into usable C that reading disassembly is now only necessary in corner cases (SSE functions, rare instructions like AAD, or obfuscated code). It’s honestly incredible how much progress has been made in this area over the past few years.
评论 #27407993 未加载