Skip to content
Discussion options

You must be logged in to vote

Assuming the string is contained in a data variable you can use the cross references widget in the UI, or via scripting by grabbing the data variable and querying the code_refs property:

>>> list(current_data_var.code_refs)
[<ref: x86@0x3bdc0>, <ref: x86@0x3bded>, <ref: x86@0x3b8ad>, <ref: x86@0x3b8da>, <ref: x86@0x367cd>, <ref: x86@0x367fa>, <ref: x86@0x37bba>, <ref: x86@0x37be7>, <ref: x86@0x3c030>, <ref: x86@0x3c05d>, <ref: x86@0x3bb3d>, <ref: x86@0x3bb6a>, <ref: x86@0x371bd>, <ref: x86@0x371ea>, <ref: x86@0x3867a>, <ref: x86@0x386a7>]

More info: https://docs.binary.ninja/guide/index.html#cross-references

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by emesare
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants