Giter Site home page Giter Site logo

Comments (5)

radare avatar radare commented on May 29, 2024

Why esil.os? we already have asm.os, i would prefer to merge those concepts as much as possible to avoid duplicated variables in several places of r2. like the problem we have right now with asm/anal/.. to change bits/arch not unified.

from ideas.

radare avatar radare commented on May 29, 2024

Those native handlers are required to be implemented as a layer of abstraction between esil and the bare metal. Those handlers must pop the values from the stack or read the registers to construct call the function and then return back those values to the esil world.

from ideas.

stale avatar stale commented on May 29, 2024

This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of radare2. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.

from ideas.

condret avatar condret commented on May 29, 2024

"Why esil.os? we already have asm.os, i would prefer to merge those concepts as much as possible to avoid duplicated variables in several places of r2. like the problem we have right now with asm/anal/.. to change bits/arch not unified." - uhm, I actually don't remember why that esil-os at all. If user sets up interrupt and syscall handlers there should be no need for this anyway.

from ideas.

condret avatar condret commented on May 29, 2024

"Those native handlers are required to be implemented as a layer of abstraction between esil and the bare metal" - not only that, in some cases they could be bending the functionality into libr. so if a target opens a file, we should be able to open that in RIO and pass the desc's fd back. If a target uses mmap we must (wouldn't work otherwise) use r_io_map to instead, so that the user can manipulate the mapping later on.

from ideas.

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.