• R
    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; } ```
  • R
    Fixed a bug that caused a crash on the startup screen when attempting to open a Hydra assembly. Added the ability to create injectable DLLs using the Native and NativeV2 packers.
  • R
    From now on, the assembly is no longer supplied with the embedded dependencies.
  • R
    Several bugs were fixed. > The "IL merge" library merging engine has been fixed, replacing it with the newer "IL Repack" ... although the old name will still be retained.
  • R
    Several bugs were fixed. New ControlFlows were added. ProxyClass was added. ProxyReferences were fixed. Among other things...
  • R
    Two new options have been added regarding the global type. Anti-Invoke and Anti-Debug have been improved. If you have any questions, write me at my Discord : Destroyer#8328
  • R
    The Dark version of Hydra is a complete upgrade of the codebase of the Main branch. It includes many improvements and added options. If you have any questions, write me at my Discord : Destroyer#8328
  • R
  • B
    New Beta Protector
  • R

    1.0.0 · LizProtect

    • ·
    • basedonconfuserex
    /

Protect Your PC from Malware

Get Malwarebytes for powerful protection against adware and threats.

Get Malwarebytes Now