Help Desk
HomeDashboardLog inRegister
master
master
  • NETGuard.IO - Help Desk
  • Getting started
  • Obfuscation Features
    • MSIL Code Encryption
    • Constants Protection
    • DRM Protection
    • Hide Call Protection
    • Code Flow Protection
    • Name Protection
    • Anti Debug Protection
    • Anti Dump Protection
    • Native Shield Protection
  • F.A.Q
    • Payment
      • Pricing Plans
      • What are the payment methods ?
      • I don't use this service anymore, refund ?
      • What is a 'token' ?
      • Obfuscation failed, refund ?
    • Obfuscated file
      • "Could not create SSL/TLS secure channel" error
      • Protected file is detected as a virus ?
    • Personal Data
      • Is my personal data safe ?
  • Obfuscation Tips
    • Updating my protected file ?
    • Program that uses JSON data
    • Protect multi-threading tasks
    • You also use VMProtect ?
    • Adding more security ?
Powered by GitBook
On this page

Was this helpful?

  1. Obfuscation Tips

Adding more security ?

PreviousYou also use VMProtect ?

Last updated 5 years ago

Was this helpful?

Rely on native packer / virtualization tools

Our obfuscator is strong, but no matter how strong it is, there is always a possibility for one to code a program to reverse the obfuscation process applied by NETGuard.IO on your file. With time and skills, one could almost completely remove the obfuscation layers of your file. That is why we try our best to fix managed software security issue : the fact that they are managed.

With the rise of dnlib, a library to modify managed files, more and more de-obfuscation tools have been created ; however they only target at MSIL level, that is managed. That is why we are doing our best to develop obfuscation techniques that not only rely on managed code but also on native techniques.

This protection produces a fresh native executable file from your managed executable file. Given the fact that you have now a native file, you are free to use any native packer / virtualization tools you want :

  • VMProtect

  • Themida

  • X86 Virtualizer

  • PELock

Usage of native packer / virtualization tools can help to reduce the possibility of your program being cracked / de-obfuscated / unpacked.

If a compatibility issue happens when using their software, please contact them because only they can fix their respective software.

Native Shield Protection