The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: en@frrom on November 21, 2006, 01:15:03 PM

Title: Adding Licensing mechanism to Assembler application
Post by: en@frrom on November 21, 2006, 01:15:03 PM
Hello all,

I am new at this forum and a newbie in Assembler. I have an application written in Assembly, and need to apply a licensing mechanism, i.e. the customer cannot run the program before activating a valid license key. The license key should be valid for one client-pc only.

I have no clue how to achieve this, but am sure there are exisitng freeware tools for this...? Any help/tip would be highly appreciated!

Title: Re: Adding Licensing mechanism to Assembler application
Post by: Ehtyar on November 21, 2006, 07:40:32 PM
You wish to use free software to place outrageous restrictions on your own...You'll have to forgive us if we are less than forthcoming....

Ehtyar.
Title: Re: Adding Licensing mechanism to Assembler application
Post by: PBrennick on November 21, 2006, 08:15:29 PM
en@frrom,
Plus, if you just started to learn assembly... well, you get the drift.

Ehtyar, very well said.

Paul
Title: Re: Adding Licensing mechanism to Assembler application
Post by: Tedd on November 22, 2006, 09:01:40 PM
If you have no clue to how to do this, then exactly how good is your application? It's not such a difficult task (making it hack-proof is a different matter..)
And if your app isn't that good, then no-one will want to steal/hack it anyway :P
Title: Re: Adding Licensing mechanism to Assembler application
Post by: Ehtyar on November 23, 2006, 11:00:46 AM
Also very well said. Quite disappointing that this kind of question is made as a member's first post.

Ehtyar.
Title: Re: Adding Licensing mechanism to Assembler application
Post by: c_07 on February 06, 2007, 04:39:44 PM
Usually packers/protectors/licensing software etc. work with the compiled executable, so you should be able to use a generic one. Visit http://programmerstools.org/taxonomy/term/17 for a listing of them
Title: Re: Adding Licensing mechanism to Assembler application
Post by: P1 on February 06, 2007, 08:42:34 PM
en@frrom,

Welcome Aboard   :U

What you may not realize yet.  Have you ever dis-assembled assembled code?

Then you start wondering what all that works was about.  There are hacks for the run of the mill copy protection on the internet already.  So the best thing is to trust your users, knowing that you get some support issues with copy protection, that gives your software the bad feedback.

Regards,  P1   :8)