HELP How do I use DbgXrefGet in python?

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
 
Last edited:

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
ill will check it up, the api is undergoing some changes recently.
 

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
as far as i can see the callback from the DbgXrefGet havent yet been made, what submodule are you using for the DbgXrefGet.
 
Top