gromozeka
October 27th, 2005, 05:12
Hello everyone!
First of all, sorry for my english, it is bad..( But i want to try to formulate my question...)
I use OllyDbg 1.09...
I have an applocation, that use dll-library...
I need set a breakpoint on function, that is in the dll...
this funtion is not API function...
to set breakpoint on api-function i use command line and the next command, for example:
bp MessageBoxA
- and it works OK....
But if I try to set a breakpoint on funtction from dll (for example , name of the function myFunc), it does not work:
bp myFunc
or bpx MyFunc
the cause: debbuger may be can not recognize this function (because it is not-API function)...
What should i do?
Could anyone help me please??
Thanks...
First of all, sorry for my english, it is bad..( But i want to try to formulate my question...)
I use OllyDbg 1.09...
I have an applocation, that use dll-library...
I need set a breakpoint on function, that is in the dll...
this funtion is not API function...
to set breakpoint on api-function i use command line and the next command, for example:
bp MessageBoxA
- and it works OK....
But if I try to set a breakpoint on funtction from dll (for example , name of the function myFunc), it does not work:
bp myFunc
or bpx MyFunc
the cause: debbuger may be can not recognize this function (because it is not-API function)...
What should i do?
Could anyone help me please??
Thanks...