GithubHelp home page GithubHelp logo

Breakpoint list about x64dbgpy HOT 8 OPEN

x64dbg avatar x64dbg commented on June 10, 2024
Breakpoint list

from x64dbgpy.

Comments (8)

ross-weir avatar ross-weir commented on June 10, 2024

Maybe x64dbgpy.Breakpoint.list() will do what you're after.

from x64dbgpy.

gynt avatar gynt commented on June 10, 2024

@ross-weir Thank you for thinking along! The function you suggested only returns breakpoints that are registered in the __breakpoints dictionary. I would like to have breakpoints that are set in x64dbg (in the database) when I launch a program, just like GetList does for labels.

from x64dbgpy.

mrexodia avatar mrexodia commented on June 10, 2024

from x64dbgpy.

gynt avatar gynt commented on June 10, 2024

Of course!
For now, I found a workaround to manipulating breakpoints by calling commands (DirectExec).

I feel BPMAP was wrongly implemented for Python.
Perhaps it can be implemented in the same way as for labels? I have no time to figure out how swig works (and exactly how x64dbg works) myself unfortunately.

https://github.com/x64dbg/x64dbgpy/blob/a264bfa27da27f8ef92e76ec13798102b284bd8e/swig/x64dbgpy/pluginsdk/_scriptapi/label.py

https://github.com/x64dbg/x64dbgpy/blob/a264bfa27da27f8ef92e76ec13798102b284bd8e/swig/_scriptapi_label.i

from x64dbgpy.

mrexodia avatar mrexodia commented on June 10, 2024

from x64dbgpy.

herosi avatar herosi commented on June 10, 2024

Hi @gynt,
If you want to just access BPMAP, you can use a function named DbgGetBpList that I have added recently. Although the pre-compiled binary doesn't exist yet, you can compile the latest code and use it.

from x64dbgpy.

mrexodia avatar mrexodia commented on June 10, 2024

Latest binaries can always be found here: https://github.com/x64dbg/x64dbgpy/releases

from x64dbgpy.

herosi avatar herosi commented on June 10, 2024

Wow, that's perfect!

from x64dbgpy.

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.