TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Lensm, a tool for viewing disassembly

156 点作者 jtolds超过 1 年前

7 条评论

vardump超过 1 年前
Wow, having to stare at disassembly too often, I really like this.<p>Makes it much faster to follow branches and can easily see what instructions correspond to source code lines, even though it&#x27;s not very exact at higher optimization levels.<p>This should be integrated in all IDEs.
评论 #37826119 未加载
评论 #37829741 未加载
c7DJTLrn超过 1 年前
It would probably be worth mentioning that this is for Go in the title.
评论 #37826165 未加载
brancz超过 1 年前
Love lensm! I&#x27;ve used it on several occasions to teach people about inlining, bounds check removals, and other performance related topics that are best highlighted by actually seeing differences in assembly. I find it&#x27;s easier for people to understand what is actually happening under the hood than just tell them &quot;do this and it&#x27;s faster&quot;.<p>I also highly recommend following the creator. I&#x27;m always impressed with anything Egon creates.
throwaway29303超过 1 年前
Previous threads about lensm<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32138111">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32138111</a> - Lensm, a Tool for Viewing Disassembly (2022)<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32133394">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32133394</a> - Lensm: Go Assembly and Source Viewer (2022)
djmips超过 1 年前
I like the name, it reminds me of Lensman - the classic sci-fi series that inspired the first video game Spacewar!
speps超过 1 年前
Looks a lot like the P4Merge diffing window: <a href="https:&#x2F;&#x2F;www.perforce.com&#x2F;manuals&#x2F;p4merge&#x2F;Content&#x2F;P4Merge&#x2F;diff-merge.text_diff.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.perforce.com&#x2F;manuals&#x2F;p4merge&#x2F;Content&#x2F;P4Merge&#x2F;dif...</a>
fitz-re超过 1 年前
This would be great for reversing tools such as IDA and Binary Ninja!