jatls
February 9th, 2011, 03:50
I've been playing around recently with an exe and trying to isolate the code which displays a particular error message. However when I disassemble the exe, there is a significant shortage of strings to help me narrow down my search.
Further investigation led me to another file in the same folder as the exe in question which has the file type rsrc. This file appears to be a simple listing of strings used by the program and inside it I found my error message. The only problem is that this file is one string followed by another and I can't make sense of how the exe is calling these strings.
Has anybody seen anything like this before? Any advice or tips or even where to start?
Google has told me that rsrc is a common resource file type in mac applications and I know that there are rsrc headers in exe files normally but I haven't seen them as an external file before. It's quite bizarre!
Further investigation led me to another file in the same folder as the exe in question which has the file type rsrc. This file appears to be a simple listing of strings used by the program and inside it I found my error message. The only problem is that this file is one string followed by another and I can't make sense of how the exe is calling these strings.
Has anybody seen anything like this before? Any advice or tips or even where to start?
Google has told me that rsrc is a common resource file type in mac applications and I know that there are rsrc headers in exe files normally but I haven't seen them as an external file before. It's quite bizarre!