PB strings in executeable
> You can also write a C program with these strings in it, will it be a PB program then ? 
Hehehe, good point -- I'll stick "MSVBVM60.DLL" and "AntiSmartCheck" in
my apps and maybe some losers will think it's a Visual Basic app that is
protected from SmartCheck... they'll then run SmartCheck and it'll report
"not a VB app" and they'll spend FOREVER trying to work out how the
app has hidden itself from SmartCheck.
Hmm... I think I'll actually do this with my apps -- it only adds a few bytes
to the exe and it's worth the hassle it inflicts upon any crackers.
I could
even go as far as making my apps NOT run if MSVBVM60.DLL is missing,
but that's taking the illusion a little too far, I think. :roll:
Anyway, that's a really good idea you came up with, Fred... disguising our
apps with strings from other languages... it may actually work! Excellent!
(Edited to say "protected from" instead of "protected with").
Hehehe, good point -- I'll stick "MSVBVM60.DLL" and "AntiSmartCheck" in
my apps and maybe some losers will think it's a Visual Basic app that is
protected from SmartCheck... they'll then run SmartCheck and it'll report
"not a VB app" and they'll spend FOREVER trying to work out how the
app has hidden itself from SmartCheck.
Hmm... I think I'll actually do this with my apps -- it only adds a few bytes
to the exe and it's worth the hassle it inflicts upon any crackers.
even go as far as making my apps NOT run if MSVBVM60.DLL is missing,
but that's taking the illusion a little too far, I think. :roll:
Anyway, that's a really good idea you came up with, Fred... disguising our
apps with strings from other languages... it may actually work! Excellent!
(Edited to say "protected from" instead of "protected with").
Last edited by PB on Fri Feb 24, 2006 3:24 am, edited 1 time in total.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
@PB - That actually is a good idea.
I distribute a Derby database app but include MySql binaries and a Postgres driver just as red herrings since I have agressive competitors. Upon install I even install the Postgres driver even though it doesn't do anything.
If someone is trying to crack your code, might as well throw them a bone.
I distribute a Derby database app but include MySql binaries and a Postgres driver just as red herrings since I have agressive competitors. Upon install I even install the Postgres driver even though it doesn't do anything.
If someone is trying to crack your code, might as well throw them a bone.



