ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

[.NET] Agile.NET obfuscator


  • Please log in to reply
[.NET] Agile.NET obfuscator

#51

Lefty1337
Lefty1337
    Offline
    2
    Rep
    20
    Likes

    1337

Posts: 66
Threads: 5
Joined: Jun 03, 2019
Credits: 0

Five years registered
#51

Will test it on VM ;)


  • 0

Any Questions? Feel free to ask @Discord: Lefty1337#3559

"never change a running system."


#52

rasheedks9349
rasheedks9349
    Offline
    0
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 65
Threads: 0
Joined: Jun 28, 2018
Credits: 0
Six years registered
#52

thanks


  • 0

#53

ToneXfield
ToneXfield
    Offline
    0
    Rep
    0
    Likes

    New Member

Posts: 12
Threads: 1
Joined: Jun 02, 2019
Credits: 0
Five years registered
#53

tk

 

 

Advanced obfuscation features for .NET platform

 

 

Agile.NET obfuscator goes beyond traditional obfuscation methods. In addition to renaming your metadata entities, it also supports advanced obfuscation methods that will harden your overall protection scheme and foil reverse engineering altogether.
See more details below.

 

 

Entity Renaming

Agile.NET obfuscator renames all metadata constructs, this includes namespaces, class names, method signatures and fields as well as methods implementation and string values of your assembly. Renaming scheme includes 'unreadable chars' scheme, this method will transform classes, methods and field names to unprintable unicode chars. When decompiled, the result is an extremely difficult to understand source code. Since unprintable chars are used it won't be possible to compile the sources produced after decompilation.

 

 

Control Flow Obfuscation

Agile.NET obfuscator provide control of flow obfuscation, control flow obfuscation hides the control flow information of the program by transforming exiting code flow patterns to semantically equivalent constructs, however different than the code originally written. The control flow obfuscation algorithm converts the original implementation into spaghetti code thus making it extremely harder to infer program logic. Agile.NET .NET obfuscator ensures that application code flow of the obfuscated assembly remains intact.

 

 

Cross Assembly Obfuscation

Cross Assembly Obfuscation allows renaming of external references thus dramatically increasing the number of obfuscated constructs. Given a set of assemblies that interface each other, Agile.NET will rename classes, methods and fields referenced from other assemblies uniformly. For example, if class A declared in assembly A is referenced from assembly B and Agile.NET renames class A to A1, it will also rename B's external reference from A to A1.

 

 

Incremental obfuscation

Incremental obfuscation allows the developer to make changes to the original sources after releasing an obfuscated assembly and then provide a patch to the user that reflects the changes to the original application while preserving the name-mapping used in the original release. In order to accomplish this, a map file must be saved and later used to ensure that the renaming is preserved when making changes and re-releasing the obfuscated assembly.

 

 

Application Code Flow Remains Intact

It is essential that an obfuscator keep the functionality of the software totally intact while making the original source code unrecognizable if the obfuscated assembly is decompiled. Agile.NET obfuscator ensures that the obfuscated assembly will run the same way as the original assembly.

 

 

 

 bro


  • 0

Malware Analysis / Reverse Engineer / Coder - KILL ON SIGHT - 

?url=https%3A%2F%2Fi.imgur.com%2FfQtNKCu


#54

bigbootywitches
bigbootywitches
    Offline
    0
    Rep
    1
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 123
Threads: 0
Joined: Jun 01, 2019
Credits: 0

Five years registered
#54

sweet


  • 0

#55

SaynessAipix
SaynessAipix
    Offline
    0
    Rep
    0
    Likes

    Lurker

  • Pip
Posts: 9
Threads: 0
Joined: May 04, 2019
Credits: 0
Five years registered
#55

Thanks man you are very beautiful


  • 0

#56

Hitzkopf
Hitzkopf
    Offline
    -2
    Rep
    6
    Likes

    Advanced Member

Posts: 121
Threads: 1
Joined: Nov 19, 2016
Credits: 0

Eight years registered
#56

did you crack it ?


  • 0

#57

theguy123114
theguy123114
    Offline
    0
    Rep
    0
    Likes

    Member

Posts: 47
Threads: 0
Joined: Mar 04, 2019
Credits: 0
Five years registered
#57

How well does this work on windef?


  • 0

#58

egn34362
egn34362
    Offline
    0
    Rep
    0
    Likes

    Lurker

  • Pip
Posts: 1
Threads: 0
Joined: Jun 11, 2019
Credits: 0
Five years registered
#58

 

Advanced obfuscation features for .NET platform

 

 

Agile.NET obfuscator goes beyond traditional obfuscation methods. In addition to renaming your metadata entities, it also supports advanced obfuscation methods that will harden your overall protection scheme and foil reverse engineering altogether.
See more details below.

 

 

Entity Renaming

Agile.NET obfuscator renames all metadata constructs, this includes namespaces, class names, method signatures and fields as well as methods implementation and string values of your assembly. Renaming scheme includes 'unreadable chars' scheme, this method will transform classes, methods and field names to unprintable unicode chars. When decompiled, the result is an extremely difficult to understand source code. Since unprintable chars are used it won't be possible to compile the sources produced after decompilation.

 

 

Control Flow Obfuscation

Agile.NET obfuscator provide control of flow obfuscation, control flow obfuscation hides the control flow information of the program by transforming exiting code flow patterns to semantically equivalent constructs, however different than the code originally written. The control flow obfuscation algorithm converts the original implementation into spaghetti code thus making it extremely harder to infer program logic. Agile.NET .NET obfuscator ensures that application code flow of the obfuscated assembly remains intact.

 

 

Cross Assembly Obfuscation

Cross Assembly Obfuscation allows renaming of external references thus dramatically increasing the number of obfuscated constructs. Given a set of assemblies that interface each other, Agile.NET will rename classes, methods and fields referenced from other assemblies uniformly. For example, if class A declared in assembly A is referenced from assembly B and Agile.NET renames class A to A1, it will also rename B's external reference from A to A1.

 

 

Incremental obfuscation

Incremental obfuscation allows the developer to make changes to the original sources after releasing an obfuscated assembly and then provide a patch to the user that reflects the changes to the original application while preserving the name-mapping used in the original release. In order to accomplish this, a map file must be saved and later used to ensure that the renaming is preserved when making changes and re-releasing the obfuscated assembly.

 

 

Application Code Flow Remains Intact

It is essential that an obfuscator keep the functionality of the software totally intact while making the original source code unrecognizable if the obfuscated assembly is decompiled. Agile.NET obfuscator ensures that the obfuscated assembly will run the same way as the original assembly.

 

 

 


  • 0

#59

Hewctro
Hewctro
    Offline
    0
    Rep
    22
    Likes

    Junkie

Posts: 322
Threads: 25
Joined: Sep 15, 2017
Credits: 0

Seven years registered
#59

Just y was looking form, thanks a lot !


  • 0

#60

b1scoito
b1scoito
    Offline
    0
    Rep
    0
    Likes

    Networking, Ex. Akamai Researcher, Programmer, JS, TS, WPF, Pyth

Posts: 20
Threads: 0
Joined: Apr 18, 2018
Credits: 0
Six years registered
#60

tx


  • 0


 Users browsing this thread: