Recent content by sven.luebke

  1. sven.luebke

    HELP How do I use DbgXrefGet in python?

    Hi all! How do I correctly use DbgXrefGet() in python using x64dbgpy? Currently I found three examples only for x64dbgpy, so I don't have a clue. Python is reporting: C:\Projects\x64dbg_scripts\x64dbg_test.py", line 44, in <module> x64dbg.DbgXrefGet(found, MyRefInfo) TypeError: in method...
  2. sven.luebke

    HELP How do I use DbgXrefGet in python?

    Hi all! How do I correctly use DbgXrefGet() in python using x64dbgpy? Currently I found three examples only for x64dbgpy, so I don't have a clue. Python is reporting: C:\Projects\x64dbg_scripts\x64dbg_test.py", line 44, in <module> x64dbg.DbgXrefGet(found, MyRefInfo) TypeError: in method...
Top