csharp
I... 👉👈 I made an Open Source. 🤭
It's a C# front-end for #GodotEngine
🦮
(for libgodot, to be specific)
Sill very early, and quite janky. Fun! Take the sad blue robot for walkies!
I made another oopsie, I mean, Open Sourcie. :3
Remember Haskell's newtype? Or F# type abbreviations?
Well, newtype is a package that lets you use similar semantics in #CSharp for a large number of types, including the ability to add semantics and extension-like methods to your own derived types.
MIT-Licensed, go wild!
So, one of my resolutions this year was to write more code.
I love to break stuff, but last year I reignited my passion for coding and I would really love to contribute to the community that has given me so much and continues to do so.
And contributing works a lot better by creating, rather than breaking.
So I created a codeberg account. And I already have a first repo published!
I called it Axmar.
Axmar is a C# implementation of the SilentHarvest technique that was published last year.
It uses backup access and rarely used APIs to (mostly) stealthily read the local credentials database in Windows system.
Enjoy!
https://codeberg.org/Ti-Kallisti/Axmar
#foss #coding #infosec #malware #pentesting #redteaming #codeberg #windows #csharp
I've just released SharpSync, my pure .NET file synchronization library supporting multiple storage backends with bidirectional sync, conflict resolution, and progress reporting. It is needed for a future project I'm now working on, but I decided to #OpenSource it.
#GitHub: https://github.com/Oire/SharpSync
#NuGet: https://www.nuget.org/packages/Oire.SharpSync/1.0.0
#CSharp #DotNet #FileSync #Library