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

Updating my protected file ?

NETGuard will make you pay one token for each time the file is different from the last sent file.

That means, if you want to obfuscate YourProgram.exe v1.0 it will costs you one token. If you want to obfuscate it again right after, since last sent file is equal to YourProgram.exe v1.0 then it will not costs you a token.

However, if 2 hours ago you protected YourProgram.exe v1.0 and now you want to protect YourProgram.exe v2.0 then it will costs you a token because the file is a new file.

We use MD5 comparison to determine if files are equal or not.

PreviousObfuscation TipsNextProgram that uses JSON data

Last updated 5 years ago

Was this helpful?