x64embler is an incomplete x86-64 disassembler developed in C++. Initially intended as an educational project, this tool aimed to provide a basic mechanism for disassembling x86-64 instructions. However, I underestimated the complexity of creating a fully functional and efficient disassembler. As a result, I have decided to discontinue active development on x64embler.
This project is now abandoned. While it includes some foundational elements, such as basic opcode handling and register mapping, these aspects remain incomplete and require significant further development to reach a usable state.
x64embler is licensed under the MIT License. See the LICENSE file for more details.