UPX Neobook protection

Questions related to the distribution, marketing and selling of applications created with NeoBook. (Formally titled: "Making Money with NeoBook")

Moderator: Neosoft Support

Locked
Alex
Posts: 745
Joined: Sat Mar 04, 2006 4:53 am

UPX Neobook protection

Post by Alex »

Hi,

I made a program with Neobook and I was on a forum where I ask to crack this program.
A cracker told me that my program was protect with "UPX" !
And he told me that it wasn't a protection but a compression.

What do you think about that ?

Thanks


Alex
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

He is right. Since there is a decompressor for UPX it is not much protection.
Hans-Peter
Alex
Posts: 745
Joined: Sat Mar 04, 2006 4:53 am

Post by Alex »

Ho, what have I to use to protect Neobook's program ???
I thought that Neobook Compress and Encrypt ?
It isn't true ?

Thanks

Alex
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

I thought that Neobook Compress and Encrypt ?
It isn't true ?
Yes it is true.
I compress and encrypt (if you choose so for compile).

That means your source code is protected from other eyes.
But is does not protect for copying your EXE and steal it.
Therefor were tools like commercial protection software.
Or you code some neoscript to do similar things.
There were samples here on the forum.
Hans-Peter
Alex
Posts: 745
Joined: Sat Mar 04, 2006 4:53 am

Post by Alex »

HPW, I don't understand, for example, if in my PUB I write :

Code: Select all

Setvar "[Number]" "1234"
If I Compil, Encrypt and Compress, can you see 1234 ?

Thanks


Alex
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

If I Compil, Encrypt and Compress, can you see 1234 ?
Where do you see it?

With a HEX editor viewing your EXE?
Hans-Peter
Alex
Posts: 745
Joined: Sat Mar 04, 2006 4:53 am

Post by Alex »

I don't know !

I have a program and I want that no budy saw what happen in to the exe

Thanks


Alex
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

When you choose encrypt your script gets encrypted and it is no more visible inside a HEX editor.

So this allows some protection for the normal PC-user.

A professional hacker will be mostly able to crack it.
Hans-Peter
Alex
Posts: 745
Joined: Sat Mar 04, 2006 4:53 am

Post by Alex »

Ok,

A cracker tell me that he used OllyDbg and IDA for cracking the program, what did he see ? Tey always say cracking, but cracking what ?

Thanks


Alex
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Post by Neosoft Support »

NeoBook's compression/encryption option is not intended to protect your software from hackers. Unfortunately, in my experience there is really very little you can do to prevent a motivated "professional hacker" from stealing your work. Hackers simply believe that being a computer programmer or software designer is not a legitimate way to make a living. You're better off concentrating on the millions of honest people who don't steal software.

I'm not sure if "professional hacker" is the right term. "Professional" implies that being a hacker is a legitimate respected career where one can earn a living. It certainly takes skill to hack software, but it serves no constructive purpose. It's like being a "professional safe cracker" or a "professional pick pocket." Hint: if you can't use your real name, you're probably not a professional anything.
NeoSoft Support
Alex
Posts: 745
Joined: Sat Mar 04, 2006 4:53 am

Post by Alex »

Hi Neosoft Support,

Thanks for your help.


Alex
Locked