baxis
June 3rd, 2005, 08:05
Hi,
I'm new in the world of disassembly, and i want to try ollydbg.
My first question :
How can i say to olly, make a break when anywhere in the memory you see "coucou".
I think that it's with breakpoint>set_condition, but i'm don't manage to find a list of expression annd how to use it.
I looking for something like
if memory like '%coucou%'
make_breakpoint
endif
in a upper level of code.
My second question :
When i manage to do what i want manually (i want to send a new packet when the program send a particular packet), can i devlop a program that do my action automatically by pressing a key for example.
Thanks by advance.
I'm new in the world of disassembly, and i want to try ollydbg.
My first question :
How can i say to olly, make a break when anywhere in the memory you see "coucou".
I think that it's with breakpoint>set_condition, but i'm don't manage to find a list of expression annd how to use it.
I looking for something like
if memory like '%coucou%'
make_breakpoint
endif
in a upper level of code.
My second question :
When i manage to do what i want manually (i want to send a new packet when the program send a particular packet), can i devlop a program that do my action automatically by pressing a key for example.
Thanks by advance.