GithubHelp home page GithubHelp logo

alternative pintools about triton HOT 10 CLOSED

xSanx avatar xSanx commented on September 25, 2024
alternative pintools

from triton.

Comments (10)

JonathanSalwan avatar JonathanSalwan commented on September 25, 2024 1

Maybe:

from triton.

xSanx avatar xSanx commented on September 25, 2024

Maybe:

if driver windows/linux? and how necessary is "mr" (memory read) for optimization in triton?

from triton.

JonathanSalwan avatar JonathanSalwan commented on September 25, 2024

For driver/kernel you can use Qemu or an hypervisor (dump pages and emulate them offline)

from triton.

xSanx avatar xSanx commented on September 25, 2024

when intel pine is running, memory read (mr) is logged... this necessary for the effect of raising the code in llvm?

from triton.

JonathanSalwan avatar JonathanSalwan commented on September 25, 2024

I think all DBI provide such callbacks.

from triton.

xSanx avatar xSanx commented on September 25, 2024

debuggers? example windbg script?

from triton.

JonathanSalwan avatar JonathanSalwan commented on September 25, 2024

I've never used windbg, however with gdb/lldb you can put breakpoints wherever you want, then dump memory and registers and start emulating code with Triton from the dump. You can also use debugger as tracer using ptrace but that's quite slow. There are infinite ways to analyse binaries :)

from triton.

xSanx avatar xSanx commented on September 25, 2024

I do not know how to implement a dump "mr instruction" in the debugger ))))

from triton.

xSanx avatar xSanx commented on September 25, 2024

is there a command for gdb for memory read callback?

from triton.

JonathanSalwan avatar JonathanSalwan commented on September 25, 2024

I don't think there are memory callbacks in gdb. However, you can ptrace and directly read memory. Within gdb it's like doing si + x/x addr

from triton.

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.