0

I'm using a decompiler to look at a DLL I built a while ago because I don't have the original source anymore. I want to see what a specfic value for a resource string is, but I can't seem to find them. I embedded the resource file, so I figured I could just decompile the DLL and see the string, but it isn't anywhere to be found. Any place I should be checking or is this not possible?

Josh
  • 10,352
  • 12
  • 58
  • 109

2 Answers2

0

Ended up using Reflector and saw what I needed.

Josh
  • 10,352
  • 12
  • 58
  • 109
0

Would a tool like XN Resource Editor work for you?

outis
  • 75,655
  • 22
  • 151
  • 221