Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Software Protection
Message
General information
Forum:
Visual Basic
Category:
VBA
Miscellaneous
Thread ID:
00064867
Message ID:
00064967
Views:
40
En réalité, tout ce qu'on peut faire c'est mettre des battons dans les roues. Si quelqu'un désire vraiment mais vraiment briser une méthode de protection, il va le faire.

Cela étant dit....

>Protecting your code against de-compiling. The polite word for it is software re-engineering (Yeah Right !!!).
>
Utilise VB5 et compile en code natif, jamais en P-Code.

>Usage of date restrictions for demo (30 days for example) and the software stops functionning or limit the number of records or functions a demo may permit.
>
IF DateDiff("d",filedatetime(app.path & "YourExe.exe"),Now) > 30 then
Msgbox "Outdated"
End
End If

Avec la méthode précédente, un usager pourrais changer la date de l'éxécutable et cette protection n'est plus valide.
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform