Version Poids Date d'ajout Téléchargements
Release 1.2.1 19.5 MB 13
  • MD5 · 79d2fe27f15ff77065a27448eb53a97d
  • SHA1 · 055f0ecb578d3c03e921f236e85e05c2e6d58e06
  • SHA256 · 993f3e4afface431e6020366fad0d94ef0dfc6b8ce5b2ab6610312b3b5c9d4a9
added presets system. added commandline feature : ``` Hydra.exe -file "MyApp.exe" -preset "Basic" -mode console ``` added Renamer Exclusion attribute : ``` // 1. Define the attribute in your code [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event)] public class HydraNoObfuscateAttribute : Attribute { } // 2. Apply to classes you want to exclude completely [HydraNoObfuscate] public class ImportantAPIClass { // All members of this class will be excluded from renaming public void PublicMethod() { } public string PublicProperty { get; set; } public string PublicField; } // 3. Apply to specific members you want to exclude public class MyClass { [HydraNoObfuscate] public void DoNotRenameThisMethod() { // This method will keep its original name } public void ThisMethodWillBeRenamed() { // This method will be renamed normally } [HydraNoObfuscate] public string ImportantProperty { get; set; } [HydraNoObfuscate] public string criticalField; [HydraNoObfuscate] public event EventHandler ImportantEvent; } ```

Protect Your PC from Malware

Get Malwarebytes for powerful protection against adware and threats.

Get Malwarebytes Now