Jump to content

6 posts in this topic

Recommended Posts

Posted

icon.png?raw=true 

FERRITE

Native macOS .NET decompiler

inspector.png?raw=true
 

What is it?

Ferrite is a fully native macOS app for inspecting and decompiling .NET assemblies (.dll / .exe). Unlike most .NET tools that run on Mono or Wine, this one is built from scratch with a Rust backend and a SwiftUI frontend — so it feels at home on macOS.

Features

  • C# decompilation — async/await, generics, lambdas, LINQ, pattern matching
  • IL disassembly — full ECMA-335 opcode view with syntax highlighting and clickable type references
  • Assembly browser — sidebar tree: assembly → namespace → type → member
  • Fuzzy search — Cmd+K across all loaded types and members
  • Multi-assembly projects — group assemblies into projects that persist between sessions
  • Drag and drop — drop .dll / .exe directly onto the window
  • Code export — export the current view in .cs or .h
  • Fast — memory-mapped I/O and lazy loading keep RAM usage low

Tech stack

The core parsing pipeline is written in Rust (ECMA-335 metadata, PE headers, CLR streams), bridged to Swift via UniFFI. No Electron, no JVM, no Mono — just a native binary.

How to get it

Download the .dmg from the Releases page and drag to /Applications.

Github link -> https://github.com/Batchhh/Ferrite
Twitter/X profile for updates -> https://x.com/BatchhRE

Made with love by Batch ❤️ (Don't forget to star and follow me)

Happy to answer any questions!

  • Like 1
  • Winner 4
Posted

Impressive! Well done! :clap:

  • Thanks 1
  • Laxus pinned this topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines