Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
GeneralRe: Memory Management, and NET 2.0 upgrading Pin
Ennis Ray Lynch, Jr.7-Mar-07 13:33
Ennis Ray Lynch, Jr.7-Mar-07 13:33 
GeneralRe: Memory Management, and NET 2.0 upgrading Pin
sjdevo3gsr8-Mar-07 4:17
sjdevo3gsr8-Mar-07 4:17 
GeneralRe: Memory Management, and NET 2.0 upgrading Pin
Ennis Ray Lynch, Jr.8-Mar-07 12:58
Ennis Ray Lynch, Jr.8-Mar-07 12:58 
Generalwww.codeproject.com Pin
needhelpinnet6-Mar-07 8:03
needhelpinnet6-Mar-07 8:03 
GeneralRe: www.codeproject.com Pin
Ed.Poore6-Mar-07 8:33
Ed.Poore6-Mar-07 8:33 
GeneralRe: www.codeproject.com Pin
needhelpinnet6-Mar-07 8:43
needhelpinnet6-Mar-07 8:43 
GeneralRe: www.codeproject.com Pin
Vasudevan Deepak Kumar6-Mar-07 9:13
Vasudevan Deepak Kumar6-Mar-07 9:13 
QuestionStatic methods and Thread safety Pin
Abisodun6-Mar-07 7:59
Abisodun6-Mar-07 7:59 
AnswerRe: Static methods and Thread safety [modified] Pin
Leslie Sanford6-Mar-07 8:12
Leslie Sanford6-Mar-07 8:12 
GeneralRe: Static methods and Thread safety Pin
Abisodun6-Mar-07 8:22
Abisodun6-Mar-07 8:22 
GeneralRe: Static methods and Thread safety Pin
Abisodun6-Mar-07 9:08
Abisodun6-Mar-07 9:08 
GeneralRe: Static methods and Thread safety Pin
Leslie Sanford6-Mar-07 9:42
Leslie Sanford6-Mar-07 9:42 
GeneralRe: Static methods and Thread safety Pin
Abisodun7-Mar-07 2:02
Abisodun7-Mar-07 2:02 
GeneralRe: Static methods and Thread safety Pin
Leslie Sanford7-Mar-07 4:39
Leslie Sanford7-Mar-07 4:39 
GeneralRe: Static methods and Thread safety Pin
Abisodun7-Mar-07 5:57
Abisodun7-Mar-07 5:57 
QuestionDeclaring Sql Server Variables in C# Using .Net Remoting Pin
sunny_days6-Mar-07 7:34
sunny_days6-Mar-07 7:34 
AnswerRe: Declaring Sql Server Variables in C# Using .Net Remoting Pin
kubben6-Mar-07 10:02
kubben6-Mar-07 10:02 
QuestionIntellectual Property Protection BEYOND OBSFUCATION Pin
mike montagne6-Mar-07 6:42
mike montagne6-Mar-07 6:42 
AnswerRe: Intellectual Property Protection BEYOND OBSFUCATION Pin
Glen Harvy6-Mar-07 19:50
Glen Harvy6-Mar-07 19:50 
GeneralRe: Intellectual Property Protection BEYOND OBSFUCATION Pin
mike montagne7-Mar-07 8:24
mike montagne7-Mar-07 8:24 
GeneralRe: Intellectual Property Protection BEYOND OBSFUCATION Pin
Glen Harvy7-Mar-07 12:23
Glen Harvy7-Mar-07 12:23 
GeneralRe: Intellectual Property Protection BEYOND OBSFUCATION Pin
mike montagne7-Mar-07 13:20
mike montagne7-Mar-07 13:20 
GeneralRe: Intellectual Property Protection BEYOND OBSFUCATION Pin
Glen Harvy7-Mar-07 14:17
Glen Harvy7-Mar-07 14:17 
Let's break this discussion into two sections - Obfuscation and Licencing.

Licencing:

From what I can tell the SDK allows you to customize the licence file but not much else. I don't see how any of those customizations can be practically used in determining whether your program works or not. I have not examined the SDK or made any use of it but it may be possible for your program to read the licence file and do something based on the content of that file.

You either accept the licencing options NR provides or you don't. BTW: In my testing, the licencing options did work and I was very impressed. I think you must be doing something wrong if it's not working for you Frown | :(

My program and it's licencing are linked to the Club's Name. The licence code is generated by the combination of the Club's name and a secret word hardcoded into my program. The 30 day trial period is also "hardcoded" into my program. If the local Womens Association Smile | :) have a hacker with heaps of time and the knowledge then I guess I've lost a sale Hmmm | :| .

My registration company is ShareIt and they generate the keys by using their key generator software which I have also NR'ed so the all important secret word is obfuscated even to them.

In your scenario I don't see how you can use the NR licencing module without using HID.exe.

Obfuscation:

I tried to run various de-obfuscators on my NR'ed program, ILDasm etc on the output without success.

In other words - it works for me Smile | :)

Cheers,


Glen Harvy

GeneralRe: LICENSING Pin
mike montagne8-Mar-07 5:40
mike montagne8-Mar-07 5:40 
GeneralRe: LICENSING Pin
Glen Harvy8-Mar-07 11:50
Glen Harvy8-Mar-07 11:50 

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.