V
V
Volodymyr2021-03-13 18:02:07
assembler
Volodymyr, 2021-03-13 18:02:07

How to find all data in a file that refer to the same offset in the Hex editor?

Hello!

Tell me how to find all the data in the file that refer to the same offset in the Hex editor?

Suppose I know the offset I need in the file, for example: 639952 or 9c3d0, how can I determine all the data that has this offset by this offset?

Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
1
15432, 2021-03-13
@volodyalesha86

If this is an executable file, then disassemblers, for example, IDA Pro, will help you here.
In the general case - for example, to look for this number as a data set (I would look for the byte sequence "D0 C3'), but if the reference is relative, or the data encoding has a special format, such a search will not help, and a detailed study of the formats of structures and write some scripts to automate the search

F
freeExec, 2021-03-13
@freeExec

In HIEW, for example, there is a built-in search function for a reference to a given offset.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question