blabberer
March 31st, 2004, 10:43
hey gigapede ,
i was trying out your labeller plugin with referance to my post with topic re Ddraw methods labelling
i edited the struct deffinition and reloaded struct definition then
i told it to make a label
and specified an address of 0x728a**** (this is the method this struct has 24 members)
but it says debuggee blah blah is out of range and crashes ollydbg itself
so i tried various address and i always see that address is out of debugge range
see your source
if(adrs < dwImageBase || adrs > dwImageBase+dwSizeOfImage) {
wsprintf(buf,"The address 0x0%X is out of Debugee range.\nReally do you want to set label at this address?",adrs);
ret = MessageBox(hwmain,buf,PNAME,MB_OKCANCEL);
if(ret == IDCANCEL) {
return FALSE;
}
}
why is this happening do you have any ideas
you can tell it faster than me coz i have to peer through your whole source and understand it completly to find the problem
so if you happen to read this please reply
thanks and regards
i was trying out your labeller plugin with referance to my post with topic re Ddraw methods labelling
i edited the struct deffinition and reloaded struct definition then
i told it to make a label
and specified an address of 0x728a**** (this is the method this struct has 24 members)
but it says debuggee blah blah is out of range and crashes ollydbg itself
so i tried various address and i always see that address is out of debugge range
see your source
if(adrs < dwImageBase || adrs > dwImageBase+dwSizeOfImage) {
wsprintf(buf,"The address 0x0%X is out of Debugee range.\nReally do you want to set label at this address?",adrs);
ret = MessageBox(hwmain,buf,PNAME,MB_OKCANCEL);
if(ret == IDCANCEL) {
return FALSE;
}
}
why is this happening do you have any ideas
you can tell it faster than me coz i have to peer through your whole source and understand it completly to find the problem
so if you happen to read this please reply
thanks and regards