GithubHelp home page GithubHelp logo

x86-disassembler's Introduction

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.

x86-disassembler's People

Contributors

chiro1975 avatar yhodhan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.