USBDOG detect debug

Questions about Wine on Linux
Locked
game12138
Level 2
Level 2
Posts: 23
Joined: Wed Oct 10, 2018 10:35 pm

USBDOG detect debug

Post by game12138 »

I try to using Sentinel LDK to protect my cpp.exe, but it not work on wine
are there any idea?

wine 5.2
ubuntu 18.04.4
Attachments
20200220171404.jpg
User avatar
DarkShadow44
Level 9
Level 9
Posts: 1338
Joined: Tue Nov 22, 2016 5:39 pm

Re: USBDOG detect debug

Post by DarkShadow44 »

Looks like that program is detecting something in Wine as debugger.

Also see this bug: https://bugs.winehq.org/show_bug.cgi?id=39514
You probably should add your experience there. Does this need an USB dongle? Because if so, testing will be... hard.
game12138
Level 2
Level 2
Posts: 23
Joined: Wed Oct 10, 2018 10:35 pm

Re: USBDOG detect debug

Post by game12138 »

DarkShadow44 wrote: Tue Mar 03, 2020 3:43 pm Looks like that program is detecting something in Wine as debugger.

Also see this bug: https://bugs.winehq.org/show_bug.cgi?id=39514
You probably should add your experience there. Does this need an USB dongle? Because if so, testing will be... hard.
yes,it need a dongle hardware;
the usbdog maybe detect process injection by wine, can wine to close it?
User avatar
DarkShadow44
Level 9
Level 9
Posts: 1338
Joined: Tue Nov 22, 2016 5:39 pm

Re: USBDOG detect debug

Post by DarkShadow44 »

Hardware dongle sounds bad, it would need a driver that won't work under Wine. Not sure if that can be solved.
game12138
Level 2
Level 2
Posts: 23
Joined: Wed Oct 10, 2018 10:35 pm

Re: USBDOG detect debug

Post by game12138 »

DarkShadow44 wrote: Thu Mar 05, 2020 1:30 pm Hardware dongle sounds bad, it would need a driver that won't work under Wine. Not sure if that can be solved.
But I build my progrom on x86, and protect it, it can work on wine.
x64 cannot run. it is a wine bug?
User avatar
DarkShadow44
Level 9
Level 9
Posts: 1338
Joined: Tue Nov 22, 2016 5:39 pm

Re: USBDOG detect debug

Post by DarkShadow44 »

Possibly, would need more information for that. Logs could help.
game12138
Level 2
Level 2
Posts: 23
Joined: Wed Oct 10, 2018 10:35 pm

Re: USBDOG detect debug

Post by game12138 »

DarkShadow44 wrote: Fri Mar 06, 2020 12:17 pm Possibly, would need more information for that. Logs could help.
Thanks, I will try another way to run my progrom.
Locked