Skip to content

x64embler is a incomplete x86-64 disassembler developed in C++.

License

Notifications You must be signed in to change notification settings

idkhidden/x64embler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

x64embler

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.

Project Status

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.

Showcase

image

License

x64embler is licensed under the MIT License. See the LICENSE file for more details.

About

x64embler is a incomplete x86-64 disassembler developed in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages