Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    9

    Star search within the code of the *. exe help

    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




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

  2. #2
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    You cannot look into an exe using AMS.

  3. #3
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by mwreyf1 View Post
    You cannot look into an exe using AMS.
    Well you can use io.open() then io:read.

  4. #4
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    yup, io supports all ascii characters. even the null character
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts