• R
    Hello everyone ``` New 1.2.3 ``` ``` **Enum Stripper :** An enum is a special struct that inherits from System.Enum and whose actual field is value, an integer (I1/U1/I2/U2/I4/U4/I8/U8), so EnumStripper replaces all uses of your enums with their underlying integer and strips out enum types from the module, keeping execution the same but removing semantics and reducing metadata. ``` ``` **Metadata Cleaner** Prunes non-essential metadata (noisy attributes, param names, debug/PDB , optional generic-param attrs) while keeping only what the CLR requires. ``` among other small details...
  • R
    Two minor bugs have been fixed. ``` New 1.2.2 ``` Calli protection is now much more stable. Arithmetic obfuscation has been added.
  • 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

Protect Your PC from Malware

Get Malwarebytes for powerful protection against adware and threats.

Get Malwarebytes Now