Skip to content

MasonGroup/MasonGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Obfuscation:

The tool obfuscates the source code, making it difficult to read or understand. This is achieved by renaming variables and functions, as well as restructuring the code

Anti-Debugging:

The tool can include anti-debugging techniques to prevent attackers from using debugging tools to analyze or trace the execution of the code

Anti-Tamper:

The tool includes techniques to prevent code from being tampered with or modified after obfuscation. This helps maintain code integrity and prevent unauthorized changes

Freemasonry

Advantages:

Protects source code from reverse engineering

Reduces the likelihood of tampering or unauthorized modifications

Provides an additional layer of security for python programs