Media Gallery
Screenshots and videos showcasing Sharp in action

No media available.

About Sharp

🤖 Sharp

Sharp is a powerful Discord bot that runs, decompiles, and shows JIT disassembly of .NET languages.

✨ Features

  • Run Code: Execute your code directly within Discord.
  • Decompile Code: Convert your code to another supported language.
  • JIT Disassembly: View JIT disassembly of your code for the specified architecture.

📝 Commands

  • #run <architecture?> <code> — Runs the provided code, using ARM64 architecture by default.

    • Example:
      #run
      ```csharp
      Console.Write("Hello, World!");
      ```
    • Output:
      Hello, World!
      
  • #<language> <code> — Decompiles the provided code to the specified language.

    • Example:
      #c#
      ```fsharp
      printf "Hello, World!"
      ```
  • #<architecture> <code> — Shows the architecture-specific JIT disassembly of the provided code.

    • Example:
      #arm64
      ```csharp
      Console.Write("Hello, World!");
      ```

The code can be provided as is, as a code block, or as an attachment.

🛎️ Support

  • Compilation: C#, VB, F#, IL
  • Decompilation: C#, IL
  • Architectures: x64, ARM64

Not affiliated with Microsoft or the .NET Foundation

Popular Commands
Most used commands this month

This bot doesn't seem to use slash commands.

Bot Information
Category
Utilities

Similar Utilities Bots

Discover other utilities bots that might interest you

Popular Discord Bots

Check out the most popular bots in our directory

Discover More Bots

Explore our complete directory of Discord bots to find the perfect ones for your server