Re: How to detect strings occurences
- From: "Vladimir Scherbina" <vladimir_ns@xxxxxxx>
- Date: Tue, 21 Jun 2005 19:53:57 +0300
you may found location of that string in memory and set breakpoint for
accessing that memory (in SoftIce)
hope this helps
--
Vladimir Scherbina
"Jacky Luk" <jl@xxxxxxxxxx> wrote in message
news:uWF7S0mcFHA.2124@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> This is not quite a kernel question. But I think you guys might know about
> this question more in general.
> My question is.... that essentially, what is the technique to detect a
> string such as "hello world" has been accessed in anyway and set a
> breakpoint on that instruction?
> For example
> lea ecx, [eax]
> eax contains the address of the variable and [eax] returns the pointer of
> it.
> then when ecx is pointing to "hello world!", then the debugger should stop
> and let me inspect the code. Is it possible? I do think it might involve
> emulation. Thanks
> Jack
>
>
.
- References:
- How to detect strings occurences
- From: Jacky Luk
- How to detect strings occurences
- Prev by Date: Re: How to require a password to stop an NT service?
- Next by Date: Re: Why do we need "hook"?
- Previous by thread: Re: How to detect strings occurences
- Next by thread: Problem with file system filter and KB885250
- Index(es):
Relevant Pages
|