Awesome Assembler [wiki]
A curated list of awesome Assembler :)
is an x86 assembler that uses the Intel syntax for MS-DOS and Microsoft Windows
is an assembler and disassembler for the Intel x86 architecture
ILAsm (IL Assembler) generates a portable executable (PE) file from Common Intermediate Language (CIL) code
is an assembler and disassembler for the Intel x86 architecture. Yasm is a full rewrite of Netwide Assembler (NASM).
- FLASM
Flasm is a free command line assembler/disassembler of Flash ActionScript bytecode. It lets you make changes to any SWF. Flasm fully supports SWFs produced by Macromedia Flash 8 and earlier.
32/64-bit proprietary software. wiki
is an x86 debugger that emphasizes binary code analysis, which is useful when source code is not available. most popular!
An open-source x64/x32 debugger for windows.
Visual DuxDebugger is a 64-bit debugger disassembler for Windows executables, especially useful when source code is unavailable. The user interface is very intuitive so it makes very simple any task in reverse.
Immunity Debugger is a powerful new way to write exploits, analyze malware, and reverse engineer binary files. It builds on a solid user interface with function graphing, the industrys first heap analysis tool.
Hopper is a binary disassembler, decompiler and debugger for 32bits and 64bits executables. Hopper can disassemble Mac (Intel 32/64), iOS (ARM/Intel), PE (PE32/32+/64) and ELF (Intel 32/64 and ARM).
WinDbg is a multipurposed debugger for Microsoft Windows, distributed on the web by Microsoft as part of the Debugging Tools for Windows.
- Syser
Syser Kernel Debugger is designed for Windows NT Family based on X86 platform. It is a kernel debugger with full-graphical interfaces and supports assembly debugging and source code debugging.
- ILDASM
.NET Disassembler
32-bit, 64-bit, SSE, and AVX by Daniel Kusswurm
Common Intermediate Language (wiki) by Serge Lidin
by Kip Irvine (great book!)
by Randall Hyde
- Unix Assembly Language Programming
- Linux Assembly
- PPR: Learning Assembly Language
- Assembly Language Programming Examples
- Authoring Windows Applications In Assembly Language
- Assembly Optimization Tips by Mark Larson