NETGuard.IO icon
NETGuard.IO icon

NETGuard.IO

 4 likes

NETGuard.IO protects your application from tampering and cracking using state of the art techniques.

NETGuard.IO screenshot 1

License model

  • FreemiumProprietary

Platforms

  • Windows
5 / 5 Avg rating (1)
4likes
1comment
0news articles

Features

Suggest and vote on features
  1.  String Protection
  2.  Native Protection
  3.  Anti Tampering
  4.  Hide Call Protection
  5.  Code Flow Protection
  6.  NET Framework
  7.  Anti Debugging
  8.  Obfuscation

 Tags

  • development
  • code-protection
  • code-obfuscation
  • Developer Tools
  • msil
  • .net-obfuscator
  • obfuscator
  • anticracking
  • programming

NETGuard.IO News & Activities

Highlights All activities

Recent activities

No activities found.

NETGuard.IO information

  • Developed by

    NETGuard.IO
  • Licensing

    Proprietary and Freemium product.
  • Pricing

    Subscription ranging between $5 and $49 per month + free version with limited functionality.
  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 1 comments and reviews about NETGuard.IO, and it has gotten 4 likes

NETGuard.IO was added to AlternativeTo by SamHarwood on Aug 31, 2018 and this page was last updated May 24, 2019.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
Rokey
Aug 31, 2018
4

NetGuard is overall the best affordable obfuscation (and optimization) tool for any .NET assembly! Developers are very supportive and friendly, help users ASAP, and quickly patch any errors. NetGuard provides many security features such as Native Protection, Integrity Protection, AntiDebug, etc. Prices are customizable as they go with a token system (ex. $18 = 10 tokens) AND with Unlimited API access (ex. $250 = Unlimited obfuscations for 4 months) Which is great for higher-end enterprise companies. Tokens are used when you select premium features for your file, wether you use 1 or all premium features its always 1 token per file. The new App suits perfectly with the new site which gives that extra professionalism for customer satisfactory :)

What is NETGuard.IO?

[.NET compilation and its weakness]

.NET program are compiled into MSIL, a Microsoft intermediate programming language in which anyone can find MetaData about your code and project.

Numerous freely available decompilers are able to produce almost 1-to-1 output code using any .NET syntax. That means all your code, once compiled, can be decompiled and stolen.

[A solution : NETGuard.IO obfuscation]

NETGuard includes numerous advanced protection and obfuscation layers to prevent decompilers from recovering your original code. NETGuard also includes watchdog system protection techniques to prevent your obfuscated files from being tampered.

NETGuard transform the MSIL code directly and produces a code that does the same thing but in a different way. Maths are a good metaphore to understand the logic behind obfuscation :

10 = 5 + 5 10 = 1 + 2 - (6 - 3) + 7 - 2 + 5

The two above math expression leads to the same result but one is more complexe than the other : this is obfuscation.

Official Links