Involves turning "compiled" code (such as machine code, byte code or IR code) back in higher-level assembly mnemonics.
Disassembly is the process for turning a binary form back into its higher-level counterpart so that it can be inspected or altered in a human-readable form.
This is normally done with the aid of a disassembler, some notable examples being: