Skip to content

Aether v1.1.4

Choose a tag to compare

@Pinperepette Pinperepette released this 14 Dec 10:43
· 6 commits to main since this release

What's New in v1.1.4

Enhanced Decompiler

  • Control Flow Recovery: Integrated ControlFlowStructurer for proper structure recovery (if/else, while, for loops)
  • String Literal Detection: New string cache system for better string recognition in decompiled code
  • Improved Type Inference: Better inference for parameters, local variables and return types
  • Prologue/Epilogue Detection: Automatically skip boilerplate function setup code
  • Smart Condition Building: Combines compare+jump patterns into readable conditions
  • Better Variable Names: Improved register to variable name mapping for both x86_64 and ARM64
  • Enhanced Operations: Full support for increment, decrement, logic and arithmetic operations

Installation

  1. Download Aether.dmg
  2. Open the DMG and drag Aether to Applications
  3. Launch Aether from Applications

Requirements: macOS 14.0 (Sonoma) or later