Giter Site home page Giter Site logo

Comments (3)

Boyan-MILANOV avatar Boyan-MILANOV commented on May 20, 2024

Hey,

ROPGenerator accepts semantic queries with registers and constants. "registers" isn't a valid register name so the query is invalid and the command returns an error...
What behaviour did you expect ?

Boyan

from ropium.

Waterman178 avatar Waterman178 commented on May 20, 2024

Hey,

ROPGenerator accepts semantic queries with registers and constants. "registers" isn't a valid register name so the query is invalid and the command returns an error...
What behaviour did you expect ?

Boyan

There is a structure address in [rsp+0x28]. There is a function address in this structure +0x30. I want to jump over.How can I find instructions that implement features like the following?

mov rax,[rsp+0x28]
jmp qword ptr[rax+0x30]

from ropium.

Boyan-MILANOV avatar Boyan-MILANOV commented on May 20, 2024

There isn't yet a query type that implements double dereferencing.
I see 2 possible improvements to ROPGenerator that would fill this need:

  1. enable nested expressions in queries like: find rip=mem( mem(rsp+0x28) + 0x30 )
  2. enable a generic operand such as: find ?=mem(rsp+0x28)

I'll mark this as a feature request, and implement those features in the 2.0 version :)

Edit: So far, as a workaround, you can try to combine the following kind of requests, with xxx being any supported register (rax, rbx, rcx, rdx, rsi, ...) :

find xxx = mem(rsp+0x28)
find rip = mem(xxx+0x30)

from ropium.

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.