Well, I am getting closer to understand. Bill, what would be the sintax to
find the number 1196.75?
Maybe something like:

my @results = $proc->search_float(1196.75);
print $proc->hexdump($_, 0x32)."\n" foreach @results;

?

What does the search_range_float means, and what is the syntax. Maybe
something like:
my @results = $proc->search_float(1196.00,1197.00);
print $proc->hexdump($_, 0x32)."\n" foreach @results;

?

Thanks again, Alejandro

----- Original Message -----
From: "$Bill Luebkert" <[EMAIL PROTECTED]>
To: "Alejandro Santillan Iturres" <[EMAIL PROTECTED]>
Cc: <perl-win32-users@listserv.ActiveState.com>
Sent: Monday, August 29, 2005 3:38 AM
Subject: Re: Win 32 memory access


Alejandro Santillan Iturres wrote:

> Bill, playing around a bit more with Win32::Process::Memory, I've noticed
> this bit of code:
>
>   # search a sequence of unsigned int16
>   print "\nFind a sequence of unsinged int16:\n";
>   my @results = $proc->search_u16(92, 87, 105, 110, 51, 50);
>   print $proc->hexdump($_, 0x32)."\n" foreach @results;
>
> As far as I know the search is not documented and I cannot arrive to know
> what the numbers (92, 87, 105, 110, 51, 50) mean.
> Bill, are you able to explain it?

I like the easy ones.  ;)

92 = \
87 = W
105 = i
110 = n
51 = 3
50 = 2

'\Win32' is what he's looking for.

--
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic
http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.16/83 - Release Date: 26/08/2005



_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to