assembler(어셈블러): 어셈블리어를 기계어로 변환해주는 프로그램 즉, assembly의 컴파일러
- GAS(GNU Assembler)
- gcc 내부적으로 사용됨.
- AT&T 문법
- MASM(Microsoft Macro Assembler)
- NASM(Netwide Assembler)
- ollydbg OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®.
- gdb(GNU debugger) 리눅스와 타 유닉스 계열 시스템에서 주로 사용됨.
- lldb(LLVM debugger) macOS에서 자주 사용됨.