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

#21

pSimplicity
pSimplicity
    Offline
    0
    Rep
    5
    Likes

    Junkie

  • PipPipPipPipPipPip
Posts: 365
Threads: 4
Joined: May 18, 2018
Credits: 0

Five years registered
#21

Is good obfuscator ?


  • 0

#22

roux1122334455
roux1122334455
    Offline
    0
    Rep
    -1
    Likes

    Lurker

Posts: 2
Threads: 0
Joined: Mar 21, 2019
Credits: 0
Five years registered
#22

 

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

#23

0xWarning
0xWarning
    Offline
    44
    Rep
    387
    Likes

    Veteran

Posts: 658
Threads: 111
Joined: Jan 18, 2019
Credits: 0

Five years registered
#23

You have such good content


  • 0

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

 

?url=https%3A%2F%2Fi.giphy.com%2Fmedia%2


#24

jbog512
jbog512
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 6
Threads: 0
Joined: Mar 23, 2019
Credits: 0
Five years registered
#24

cheers


  • 0

#25

IMtheLootus
IMtheLootus
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 1
Threads: 0
Joined: Mar 26, 2019
Credits: 0
Five years registered
#25

does it work for other programs that use java or python?


  • 0

#26

A7aYaCos
A7aYaCos
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 3
Threads: 0
Joined: Feb 14, 2019
Credits: 0
Five years registered
#26

thanks for that i really appreciate this


  • 0

#27

Tuksonnnn
Tuksonnnn
    Offline
    162
    Rep
    1078
    Likes

    Veteran

Posts: 663
Threads: 54
Joined: Apr 10, 2018
Credits: 0

Six years registered
#27

The problem with Agile it's the Control Flow obf., but thanks.


  • 0

#28

RequiresInfoFor
RequiresInfoFor
    Offline
    -2
    Rep
    6
    Likes

    Lurker

  • Pip
Posts: 7
Threads: 0
Joined: Apr 18, 2019
Credits: 0
Five years registered
#28

thanks for this man, I really appreaciate this!


  • 0

#29

conmansa
conmansa
    Offline
    0
    Rep
    0
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 97
Threads: 0
Joined: Apr 22, 2019
Credits: 0
Five years registered
#29

 

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

#30

ARIES22K
ARIES22K
    Offline
    2
    Rep
    25
    Likes

    Advanced Member

Posts: 104
Threads: 14
Joined: Feb 22, 2019
Credits: 0

Five years registered
#30
Thanks, but can it be undone? Like, easily?

Edited by ARIES22K, 03 May 2019 - 06:37 AM.

  • 0
Do not leech and remember to enable 2FA on your account


 Users browsing this thread: