Code Monkey home page Code Monkey logo

Comments (9)

rhelmot avatar rhelmot commented on May 20, 2024 1

Alright so the answer here is that this is a MS-DOS executable, which is not currently supported by CLE. It wouldn't be too hard to write a loader for this format, since there's no metadata and it's basically a flat binary minus the header if I'm not mistaken.

from angr.

rhelmot avatar rhelmot commented on May 20, 2024

Could you provide the compiled binary? What's happening is that CLE can't tell what kind of file it is (all its magic number checks fail), and also the blob backend fails because you didn't specify the architecture it's for, so CLE can't load it.

from angr.

ViktorMKa avatar ViktorMKa commented on May 20, 2024

garbage_bytes2.EXE.zip
This is the file in question. I'm not sure about specifying the architecture, i only dabbled in assembler to produce some small testcase files.

from angr.

zardus avatar zardus commented on May 20, 2024

rhelmot is the only one with a chance at solving this :-)

from angr.

ltfish avatar ltfish commented on May 20, 2024

Do we support running 16-bit programs (or is that part open sourced)?

from angr.

rhelmot avatar rhelmot commented on May 20, 2024

Ronny's stuff is in fact released, so there shouldn't be an issue here.

from angr.

ltfish avatar ltfish commented on May 20, 2024

Nice! I guess we are still lacking simulation for MS-DOS environments, but that's not a big issue.

from angr.

ViktorMKa avatar ViktorMKa commented on May 20, 2024

It is honestly not a big priority to me. I've switched over to gcc for my assembler needs, which works just dandy since it produces ELF files. Still thank you for the explanations you provided.

from angr.

trietptm avatar trietptm commented on May 20, 2024

It would be nice to have angr CLE support for MS-DOS executable.

from angr.

Related Issues (20)

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.