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.

ODA - Online Disassembler

50 pointsby jazzdanover 12 years ago

5 comments

anigbrowlover 12 years ago
<i>For those who don't have showdead enabled...</i><p>SparrowOS 2 hours ago | link [dead] | -26%<p>I made a disassembler It's mostly just a binary search through the opcodes. The trick is ordering them. <a href="http://www.sparrowos.com/Wb/Compiler/Unassembler.html" rel="nofollow">http://www.sparrowos.com/Wb/Compiler/Unassembler.html</a> Yes, I typed all this shit by hand. It's not complete. <a href="http://www.sparrowos.com/Wb/Compiler/OpCodes.html" rel="nofollow">http://www.sparrowos.com/Wb/Compiler/OpCodes.html</a><p>--<p>I haven't really gotten to grips with SparrowOS yet as I don't program enough to fully understand/appreciate it, but this makes it that bit more desirable as a hacking tool. Thank you.
评论 #5068393 未加载
unwindover 12 years ago
Fantastic feature to show branches graphically in the margin as arrows.<p>Blindingly obvious, but still saves a lot of mental effort in keeping addresses in your head.<p>Haven't seen any "desktop disassembler" (that sounds furniture-related) do that.
评论 #5066001 未加载
评论 #5066056 未加载
tptacekover 12 years ago
Looks like it's objdump built for all-architectures.
评论 #5065779 未加载
kanzureover 12 years ago
It would be great to be able to paste a url to others of a work-in-progress pastebin-style dump of something I'm commenting or reversing. Also, symfiles.
评论 #5076423 未加载
iseylerover 12 years ago
The site barfs when I upload the BareMetal OS kernel for disassembly. Is there a size limit? The kernel is x86-64 and only 16KiB in size.
评论 #5076415 未加载