Couple ?s
- From: "Andy Kennedy" <spamtrap@xxxxxxxxxx>
- Date: Fri, 21 Apr 2006 12:52:46 -0000
Question 1 concerning the RegQueryValueEx API
REG_BINARY
When it says binary data in any form, what does that
specifically entail.
(as opposed to REG_SZ used for strings)
Question 2
How can I automate this to check for multiple characters in
a string. I tried a
inc esi statement.
lea esi, szBigBuffer[0] ;look at 1st character in buffer
for a match
lodsb
..if EAX==31h ; the '1' character
Thanks.
.
- Follow-Ups:
- Re: Couple ?s
- From: Eman
- Re: Couple ?s
- From: Tim Roberts
- Re: Couple ?s
- Prev by Date: Re: Linux assembly
- Next by Date: Re: SSE2 half as fast as it should be?
- Previous by thread: Art of Assembly question
- Next by thread: Re: Couple ?s
- Index(es):
Relevant Pages
|