DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2011-01-03 21:47:41

llydd
New member

bug:confict with ksafe!!!!

ksafe download link:http://www.ijinshan.com/ws/index.shtml
ksafe and debugger bar all have install a inline hook in ws2_32!recv
when ie exit,debugger bar will uninstall the inline hook:ws2_32!recv,but the backup code is relative address,when ie step in ws2_32!recv,crash

Offline

 

#2 2011-01-04 07:56:19

fabrice
DebugBar Support

Re: bug:confict with ksafe!!!!

Hi,

It looks like the same problem as with Virus Scan 8.0.

You can see this thread :

http://www.my-debugbar.com/forum/p1441- … html#p1441

You can disable the hook in DebugBar from the advanced options (as decribed in the previous thread) and this should correct the crash, but you'll loose the advanced sniffing options.

Hope this helps.

Regards.

Offline

 

#3 2011-01-04 15:14:06

llydd
New member

Re: bug:confict with ksafe!!!!

it's debugbar's bug...

Offline

 

#4 2011-01-04 15:30:11

fabrice
DebugBar Support

Re: bug:confict with ksafe!!!!

Well, I don't have ksafe source code to check what's going on, so I don't know. DebugBar code looks good on my side.

It depends on when ksafe is installing the hook (before or after DebugBar hook) and when it's removing it (before or after DebugBar hook).

Offline

 

#5 2011-01-07 17:08:50

llydd
New member

Re: bug:confict with ksafe!!!!

ksafe install hook before debugbar,so when debugbar install recv hook,it backup ksafe's inline hook and relocation the jmp code.when ie closed,debugbar will restore recv inline hook by the backup code.but the backup code has been relocation by debugger,if debugbar rerelocation the jmp code,ie will work ok.

Offline

 

#6 2011-01-07 19:21:29

fabrice
DebugBar Support

Re: bug:confict with ksafe!!!!

which debugger are you talking about ?

Offline

 

#7 2011-01-07 19:45:18

llydd
New member

Re: bug:confict with ksafe!!!!

fabrice wrote:

which debugger are you talking about ?

debugger?debugbar?windbg?

Offline

 

#8 2011-01-07 20:52:52

fabrice
DebugBar Support

Re: bug:confict with ksafe!!!!

"debugger". You are saying : "but the backup code has been relocation by debugger". So I'm asking which debugger.

DebugBar is not a debugger. It is an IE add-on; it does not use any debugger.

Offline

 

#9 2011-01-09 15:39:50

llydd
New member

Re: bug:confict with ksafe!!!!

sorry,"but the backup code has been relocation by debugbar"

Offline

 

#10 2011-01-11 18:32:49

fabrice
DebugBar Support

Re: bug:confict with ksafe!!!!

Did you try to disable the advanced DebugBar feature to see if it solves your problem ?

I won't be able to work on this in the short term unfortunately.

Offline