Hi!
The question is: In which format are the pages stored inside the exe? Is ist the raw
html-code? Or is it compressed?
If it isn't compressed, u can open the file as filestream or something like this and search for the text u want to find.
If it is compressed or encoded in another way you have to extract the data.