0

I'm new to using Resource Hacker to alter *.EXE and *.DLL files and I need help understanding all the data it provides when "opening" these files.

More specifically, using Res Hacker, I opened ntoskrnl.exe which is located in C:\Windows\System32\ and I pressed "PREFETCHWLIST : 0" file in the "RCData" folder. This is what Res Hacker displayed:

(Image)

What does all this data represent? What type of data is displayed in each of the three columns? Thank you!

DavidPostill
  • 162,382

1 Answers1

0

First column is the address in memory. Second column is the raw dump of the byte data Third is that same data displayed decoded using defaults. see here http://www.angusj.com/resourcehacker/

rimraf
  • 166