PDA

View Full Version : search within the code of the *. exe help



kankan
06-11-2009, 11:25 AM
resultee = TextFile.ReadToString("AutoPlay\\Docs\\jaja.exe");


resultadodebusqueda = String.Find(resultee, "the text", 300, false);


if resultadodebusqueda== true
then


result = Dialog.Message("Notice", "yes ", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else

result = Dialog.Message("Notice", " NOOOOOOOOOOOOO ", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end


:huh

what I want is to look into the code of the *. exe but it is not
my English is bad, I speak Spanish:huh

mwreyf1
06-11-2009, 01:57 PM
You cannot look into an exe using AMS.

ShadowUK
06-11-2009, 02:06 PM
You cannot look into an exe using AMS.

Well you can use io.open() then io:read.

Imagine Programming
06-11-2009, 04:38 PM
yup, io supports all ascii characters. even the null character