sven.luebke
New member
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 'DbgXrefGet', argument 2 of type 'XREF_INFO *'
I'd like to find the reference of a string. I've found the address of that string, but now I'd like to find all references of that address. Is DbgXrefGet the correct function for that? If not, how can I find them?
Thank you and best regards,
Sven
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 'DbgXrefGet', argument 2 of type 'XREF_INFO *'
I'd like to find the reference of a string. I've found the address of that string, but now I'd like to find all references of that address. Is DbgXrefGet the correct function for that? If not, how can I find them?
Thank you and best regards,
Sven
Last edited: