commit ce3f303ab8fbbdd111ed20d90714234768677534 Author: Emile Clark-Boman Date: Tue Sep 16 00:07:03 2025 +1000 init diff --git a/README.md b/README.md new file mode 100644 index 0000000..e48d544 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## Enby +More than just the binary. Nonbinary allows you interact with +ELFs, DWARFs, and tons of other *mystical* objects (like the fearsome `.exe` format!) + +Enby is a debugger with disassembly, decompilation, and processor emulation support. +Enby also maps out processes, signals, and much more!! Enby isn't just limited to +C either, it supports C#/.NET, Rust, and more! + +Oh and its all written by hand *just for fun*. I really wanted to learn +how to make a decompiler!!