Skip to content

mmsc2/x86-disassembler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86 DISSASSEMBLER

INTENTION OF THE PROJECT

The project was born out of the passion for system programming and compilers. The idea was to produce a simple disassembler
capable of turning machine code back into ASM. Originally it was not planned to give support to 64 bits instructions but due 
to them not being very different from 32 bits instructions, the support may be added on the future.
Another reason to do this is beacuse I wanted to provide an implementation as an example for such a thing 
that wasn't too complicated to understand or insanely large, 
as for example the "objdump" utility of GNU whose source code can be found but due to its size 
it turns out to be very complicated to use it as a guide.

I hope it may be usefull for those of you that are interested in these topics.

Disclaimer

There is unfinished work yet to be done, i lack the time to fulfil everything right now 
but i hope that the work that is done up to this point is enough to guide those of you that are interested in building
your own tools for binary manipulation and system programming.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.2%
  • C++ 27.7%
  • Makefile 13.4%
  • CMake 12.7%