summaryrefslogtreecommitdiff
path: root/Userland/disasm.cpp
AgeCommit message (Expand)Author
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-06Userland: Write some '--help' descriptions where appropriateBen Wiederhake
2020-10-24AK: Eradicate the uses of out().asynts
2020-08-17disasm: Use make<X86::ELFSymbolProvider> instead of naked newAndreas Kling
2020-08-16disasm: For ELF inputs, pass an ELFSymbolProvider to disassemblerNico Weber
2020-08-14disasm: Print correct offset-relative jumps in ELF file disassemblyNico Weber
2020-08-10disasm: Insert symbol names in disassembly streamNico Weber
2020-08-09disasm: For ELF files, disassemble .text sectionNico Weber
2020-08-06Userland: Use Core::ArgsParser for 'disasm'Linus Groh
2020-07-31Userland: Add missing checks for MappedFile.is_valid()Ben Wiederhake
2020-05-09Userland: Add missing copyright header to disasm.cppLinus Groh
2020-04-11LibX86: Run the instruction decoder in 32-bit mode by defaultAndreas Kling
2020-04-11LibX86: Add an X86 instruction decoder library + basic disassemblerAndreas Kling