I Want to know how can i find in the assembly code of a program the reference to an external (txt) file.
e.g.
file.txt (external file)
1009="hello world"
1010="good morning world"
How can i find the reference to "1009" in the assembly code of a program? i think 1009 is the number of the message.
Thank you
e.g.
file.txt (external file)
1009="hello world"
1010="good morning world"
How can i find the reference to "1009" in the assembly code of a program? i think 1009 is the number of the message.
Thank you