Git Product home page Git Product logo

ded's Introduction

ded

DOS Executable disassembler

Usage: ded <option> -f <file>
Options:
    -H    display this information
    -m    disassemble DOS MZ 16 bits executable
    -h    if -e display the DOS MZ header
    -r    disassemble file using recursive traversal algorithm (experimental)
    -v    verbose mode: if -r display the list of addresses found
    -e    specifies an entry point
    -s    specifies instructions syntax (att, intel, masm) - default is 'intel'
    -f    input file

Note:
    if no flags are given the input file is treated as a headerless 16 bits
    executable (.COM) and the linear sweep algorithm is used.

Dependencies

ded's People

Contributors

nico01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ded's Issues

Please update for later gcc

I'm getting an error when compiling on Ubuntu 20.04

make

g++ -Wall -Wextra -ggdb3 -std=c++17 -O3 -c main.cpp -o main.o
main.cpp: In function ‘cs_opt_value str_to_opt(std::string)’:
main.cpp:18:16: error: ‘CS_OPT_SYNTAX_MASM’ was not declared in this scope; did you mean ‘CS_OPT_SYNTAX_ATT’?
18 | return CS_OPT_SYNTAX_MASM;
| ^~~~~~~~~~~~~~~~~~
| CS_OPT_SYNTAX_ATT
make: *** [Makefile:11: main.o] Error 1

Would appreciate an update to it will compile. Thank you.

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.