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
USBDOG detect debug
- DarkShadow44
- Level 9
- Posts: 1338
- Joined: Tue Nov 22, 2016 5:39 pm
Re: USBDOG detect debug
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.
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.
Re: USBDOG detect debug
yes,it need a dongle hardware;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.
the usbdog maybe detect process injection by wine, can wine to close it?
- DarkShadow44
- Level 9
- Posts: 1338
- Joined: Tue Nov 22, 2016 5:39 pm
Re: USBDOG detect debug
Hardware dongle sounds bad, it would need a driver that won't work under Wine. Not sure if that can be solved.
Re: USBDOG detect debug
But I build my progrom on x86, and protect it, it can work on wine.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.
x64 cannot run. it is a wine bug?
- DarkShadow44
- Level 9
- Posts: 1338
- Joined: Tue Nov 22, 2016 5:39 pm
Re: USBDOG detect debug
Possibly, would need more information for that. Logs could help.
Re: USBDOG detect debug
Thanks, I will try another way to run my progrom.DarkShadow44 wrote: ↑Fri Mar 06, 2020 12:17 pm Possibly, would need more information for that. Logs could help.