Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Obfuscar v2.2.29 - Open source obfuscation tool for .NET assemblies


itsMe

Recommended Posts

This is the hidden content, please

Obfuscar is a basic obfuscator for .NET assemblies. It uses massive overloading to rename metadata in .NET assemblies (including the names of methods, properties, events, fields, types, and namespaces) to a minimal set, distinguishable in most cases only by signature.

For example, if a class contains only methods that accept different parameters, they can all be renamed ‘A’. If another method is added to the class that accepts the same parameters as an existing method, it could be named ‘a’.

It makes the decompiled code very difficult to follow.

Basically, Obfuscar scrambles the metadata in a set of assemblies. It renames everything to the minimal set of names that can be used to identify them, given signatures and type information. Since these new names are shorter than the old ones, it also dramatically shrinks the executable size.

Feature

    Simple Configuration
    Hide everything private, while keeping everything public. You can achieve such simply via default settings.
    Name Obfuscation
    Hide class/method/property/event names that you don’t want to expose. This is irreversible.
    String Compression
    String contents can be compressed so that end-users won’t easily learn them. However, this is reversible by certain tools.

Changelog v2.2.29

    Bumped dependencies
    Fixed #82
    Merged #300
    Fixed a minor issue on SuppressIldasmAttribute.


This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.