OP 25 August, 2023 - 05:45 AM
Hi, I'm busy reverse engineering some old software. I can see that it mentions the directory path of a info.dat file that I have in the parent directory. I'm pretty new to this so at the moment I'm trying to find out if within the memory dumps of assembly all the information of the .dat file is saved into the program, or if assembly can call on specific pieces of the .dat file.
Like if within the .dat file I had:
Information1: abc
Information2: def
Could assembly be able to call abc by using the "information1" identifier?
I'm trying to find out what I should be looking for after the file path is referenced.
Like if within the .dat file I had:
Information1: abc
Information2: def
Could assembly be able to call abc by using the "information1" identifier?
I'm trying to find out what I should be looking for after the file path is referenced.