MirrorNest

DisAsm

For an «objdump -d» like, minimum fuss tool that can disassemble the three most common architectures plus a bit more besides, and is completely independent of Visual Studio to boot, it's a perfectly acceptable tool.

WindowsSystem Tools

This title isn't mirrored on MirrorNest — see how we source software for why. The button above goes straight to the official publisher.

About

DisAsm is a Windows utility for disassembling compiled machine code into a readable instruction representation. Its purpose is similar to the disassembly function provided by objdump -d, while keeping the tool focused on that core task. It is intended for users who need to inspect executable code without relying on a full development environment.

The program supports the three most common processor architectures and also provides some additional architecture coverage. This makes it suitable for examining binaries that do not all target the same processor family, although the available coverage should be checked against the file being inspected. Its design is described as requiring minimal setup and avoiding unnecessary complexity.

DisAsm is independent of Visual Studio, so using it does not depend on that development suite being installed. That separation can be useful when a user wants a standalone tool for looking at compiled code or comparing low-level instructions. The software is therefore relevant to developers, debugging and reverse-engineering practitioners, and other Windows users who need a direct disassembly utility.

MirrorNest lists DisAsm as a Windows download and links directly to the official release rather than hosting a mirrored copy. This distribution model sends the reader to the original source for the actual download and keeps MirrorNest in the role of a catalog. The license for DisAsm is unknown, so users should review the official release information for licensing terms before using or redistributing it.

Architecture: x86

Does this still work for you?

Works (0)Doesn't work (0)Sign in to vote

Reviews

No reviews yet — be the first.

Leave a review

Sign in to post as a verified member instead of anonymously.

More in System Tools