Click here to Skip to main content
15,881,812 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Southmountain29-Mar-22 4:45
Southmountain29-Mar-22 4:45 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Member 1493446429-Mar-22 5:11
Member 1493446429-Mar-22 5:11 
GeneralRe: can DLL in C++ be reverse engineered? Pin
jmaida29-Mar-22 7:23
jmaida29-Mar-22 7:23 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Member 1493446429-Mar-22 8:40
Member 1493446429-Mar-22 8:40 
GeneralRe: can DLL in C++ be reverse engineered? Pin
jmaida29-Mar-22 13:48
jmaida29-Mar-22 13:48 
GeneralRe: can DLL in C++ be reverse engineered? Pin
jmaida29-Mar-22 14:20
jmaida29-Mar-22 14:20 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Southmountain29-Mar-22 8:14
Southmountain29-Mar-22 8:14 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Kirk 1038982129-Mar-22 10:16
Kirk 1038982129-Mar-22 10:16 
I am curious as to how you plan to sell this, and to whom you would offer it...
Is it worth the effort to be a "product"?
Will you serialize the DLL?

One of my favorite techniques is simply that of a Custom KEY that enables the function to work.
So, you call this method, you pass in the key to an initialization function. That sets the flag so the function will work,
and potentially how it will work. (For example, you can make a demo version that requires the DLL to be unloaded and reloaded after EACH or Every 10 uses).

And finally, you can create a custom version of the DLL, signed to a specific customer. And let them know it is duly signed. I would make it work such that their key works with ONLY that signed object.

Now, if you EVER catch a version floating in the wild. You stand a chance of knowing where it leaked out from.

if I were selling this for $200k/license. This would be a no-brainer.
at $20/license... Not sure I would bother.

this is where you analyze your risk/reward... Because it might be a great "function", but are people willing to pay for it?
And will those people tend to "SHARE" or "VIOLATE" their license agreement?

GeneralRe: can DLL in C++ be reverse engineered? Pin
englebart29-Mar-22 15:18
professionalenglebart29-Mar-22 15:18 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Southmountain27-Apr-22 16:05
Southmountain27-Apr-22 16:05 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Peter_141420578-Apr-22 3:05
professionalPeter_141420578-Apr-22 3:05 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Southmountain27-Apr-22 16:06
Southmountain27-Apr-22 16:06 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Kate-X25727-Apr-22 4:52
Kate-X25727-Apr-22 4:52 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Southmountain27-Apr-22 16:01
Southmountain27-Apr-22 16:01 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Kate-X2572-May-22 6:00
Kate-X2572-May-22 6:00 
GeneralRe: can DLL in C++ be reverse engineered? Pin
Southmountain4-May-22 9:59
Southmountain4-May-22 9:59 
GeneralRe: can DLL in C++ be reverse engineered? Pin
pkfox9-May-23 23:26
professionalpkfox9-May-23 23:26 
GeneralWhy are some forums so dead? Pin
RobertSF27-Mar-22 12:38
professionalRobertSF27-Mar-22 12:38 
GeneralRe: Why are some forums so dead? Pin
Southmountain27-Mar-22 12:43
Southmountain27-Mar-22 12:43 
GeneralRe: Why are some forums so dead? Pin
Eddy Vluggen27-Mar-22 16:52
professionalEddy Vluggen27-Mar-22 16:52 
GeneralRe: Why are some forums so dead? Pin
Kornfeld Eliyahu Peter27-Mar-22 23:29
professionalKornfeld Eliyahu Peter27-Mar-22 23:29 
GeneralRe: Why are some forums so dead? Pin
kmoorevs28-Mar-22 5:10
kmoorevs28-Mar-22 5:10 
GeneralRe: Why are some forums so dead? Pin
charlieg28-Mar-22 14:01
charlieg28-Mar-22 14:01 
GeneralWordle Hurdle Pin
Vivi Chellappa27-Mar-22 9:24
professionalVivi Chellappa27-Mar-22 9:24 
GeneralRe: Wordle Hurdle Pin
oofalladeez34327-Mar-22 12:27
professionaloofalladeez34327-Mar-22 12:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.