SerenityOS build: Sunday, March 16
Images 💾⌗
- serenity-x86_64-20250316-276655b.img.gz (Raw image, 242.64 MiB)
Last commit ⭐⌗
commit 276655b4ce9381c7e95159a4390a3c532cca6c72
Author: kleines Filmröllchen <filmroellchen@serenityos.org>
AuthorDate: Mon Oct 16 15:45:15 2023 +0200
Commit: Tim Schumacher <timschumi@gmx.de>
CommitDate: Sat Mar 15 23:34:54 2025 +0100
LibDisassembly: Allow disassembler to disassemble any architecture
We can easily detect the architecture from a given ELF file or just use
the native architecture. Importantly, this allows every implemented
target architecture to be disassembled on every host architecture.
Other builds