1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland
Hendiadyoin1 5ee85aaa5d disasm: Print instruction bytes
This prints 7 instruction bytes per line, which is enough for most
x86-64 instructions (rex+opcode+mod/rm+imm32) and is also what
objdump uses.

Co-authored-by: Simon Wanner <skyrising@pvpctutorials.de>
2022-04-07 16:50:34 +02:00
..
Applets AK+Userland: Rename Array::front/back to first/last 2022-04-06 14:31:52 +02:00
Applications HexEditor: Add Value Inspector 2022-04-07 16:55:20 +04:30
Demos Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTools HackStudio: Remove "evaluate expression" dialog 2022-04-06 19:35:07 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Libraries LibX86: Fix weird formatting in Interpreter.h 2022-04-07 16:50:34 +02:00
Services LibWeb: Remove the InProcessWebView widget 2022-04-06 19:35:07 +02:00
Shell Shell: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
Utilities disasm: Print instruction bytes 2022-04-07 16:50:34 +02:00
CMakeLists.txt