Hi guys,

I need your help. I want to create the matched strings in vb.net and set them as private, so no one could read them when using ollydby.


Here's the code:

Code:
Dim a As string = "ˆ"
Dim b As string = "%"
Dim c As string = "ÿ"
Dim d As string = "o"


if a & b & c & d then
'find the matched strings and set them together...'
end if

I want to know how to set the matched strings by finding them in main app, then get the matched strings and make the words join in together. For e.g: the strings of "ˆ" stands for h, "%" stands for e, "ÿ" stands for l and "o". So the words for altogether would be "hello". I also curious where is the best place to store the matched strings of "hello" somewhere in the main app without anyone could tracking them??


Any info would be much appreciate.

Thanks in advance.
PillaKilla