Age | Commit message (Expand) | Author |
---|---|---|
2020-10-24 | AK: Eradicate the uses of out(). | asynts |
2020-08-17 | disasm: Use make<X86::ELFSymbolProvider> instead of naked new | Andreas Kling |
2020-08-16 | disasm: For ELF inputs, pass an ELFSymbolProvider to disassembler | Nico Weber |
2020-08-14 | disasm: Print correct offset-relative jumps in ELF file disassembly | Nico Weber |
2020-08-10 | disasm: Insert symbol names in disassembly stream | Nico Weber |
2020-08-09 | disasm: For ELF files, disassemble .text section | Nico Weber |
2020-08-06 | Userland: Use Core::ArgsParser for 'disasm' | Linus Groh |
2020-07-31 | Userland: Add missing checks for MappedFile.is_valid() | Ben Wiederhake |
2020-05-09 | Userland: Add missing copyright header to disasm.cpp | Linus Groh |
2020-04-11 | LibX86: Run the instruction decoder in 32-bit mode by default | Andreas Kling |
2020-04-11 | LibX86: Add an X86 instruction decoder library + basic disassembler | Andreas Kling |