Recent content by Saysaa

  1. Saysaa

    i have ported nanoFramework for 3DS - C# on 3DS

    ReSharp3DS is an experimental project that runs C# code on the Nintendo 3DS using nanoCLR / nanoFramework. The project uses a C++ 3DS homebrew application to load C# assemblies compiled as .pe files, then executes them through nanoCLR. The goal is to eventually allow 3DS homebrew development...
  2. Saysaa

    Hacking Homebrew Homebrew app CIATools - Easy Compiler .3ds, .elf, .3ds -> .cia

    Hello everyone, I’d like to introduce a project I created less than a year ago: a compiler/converter for .3ds, .3dsx, and .elf files to .cia. What does it do? It allows you to display your homebrew on the 3DS home menu (with CFW, e.g., Luma3DS). I created this tool because there are no other...
  3. Saysaa

    Easy FTP Explorer for Linux, MacOS, Windows

    No, I used a AI to fix the errors and the English translation of the program. This FTP client is for the 3DS; I'm currently working on the first version of my program, and new features are planned.
  4. Saysaa

    Easy FTP Explorer for Linux, MacOS, Windows

    https://github.com/saysaa/CTRExplorerSD CTRExplorerSD CTRExploreSD is a file management utility for the Nintendo 3DS using the FTP protocol. This project allows you to access and manage your console's SD card content without any physical hardware manipulation. General Operation The application...
  5. Saysaa

    I created a tool to create .cia files very simply

    Don't hesitate to tell me what you think of the program! I've made quite a few updates since last night.
  6. Saysaa

    I created a tool to create .cia files very simply

    Good evening, I've noticed that creating a .cia file is quite complicated for someone who isn't well-versed in the subject. So I decided to create this tool that allows you to easily compile to .cia. Feel free to submit issues on GitHub to suggest new features or problems you encounter. I plan...