SfsTools

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
ru2aqare
Member
Member
Posts: 342
Joined: Fri Jul 11, 2008 5:15 am
Location: Hungary

SfsTools

Post by ru2aqare »

I present SfsTools, a set of user-space applications which can access and read/write SFS disk images. Please do try it out. Bug reports and general feedback is much appreciated. The code is located at https://code.google.com/p/sfstools/, a C# compiler will be needed to compile it.

Edit: binaries attached.
Attachments
sfstools-1.0.0.456-bin.rar
(39.1 KiB) Downloaded 92 times
Last edited by ru2aqare on Sun Mar 14, 2010 9:46 am, edited 1 time in total.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: SfsTools

Post by Combuster »

I was expecting a *nix-compatible tool, but no, it had to be .NET :(. What's the advantage of that over VB?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
ru2aqare
Member
Member
Posts: 342
Joined: Fri Jul 11, 2008 5:15 am
Location: Hungary

Re: SfsTools

Post by ru2aqare »

Combuster wrote:I was expecting a *nix-compatible tool, but no, it had to be .NET :(. What's the advantage of that over VB?
It's currently in a proof of concept stage. If there is enough interest, I will reimplement it in C. Nevertheless there is Mono for you *nix fans.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: SfsTools

Post by Brynet-Inc »

ru2aqare wrote:Nevertheless there is Mono for you *nix fans.
That is not a solution, that's a kludge.. ;)

Combuster was trying to communicate that he's already written a "Windows-only" SFS tool, so what does your project contribute?
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: SfsTools

Post by Love4Boobies »

And there are already other operating systems out there so what do any of us have to contriubte? Cut the guy some slack :)

Also, the "why C#?" sounds to me like the NIH syndrome. I don't know about the .NET framework (which Combuster mentioned but the author didn't) but C# *is* an awesome language, perhaps the best high-level language I've seen - look into it.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
Creature
Member
Member
Posts: 548
Joined: Sat Dec 27, 2008 2:34 pm
Location: Belgium

Re: SfsTools

Post by Creature »

What about providing some binaries (they don't have to remain up-to-date, just so we can see an example)? I doubt a lot of people here are willing to download a C# compiler (if they have none) just to compile and try out your utility.
When the chance of succeeding is 99%, there is still a 50% chance of that success happening.
ru2aqare
Member
Member
Posts: 342
Joined: Fri Jul 11, 2008 5:15 am
Location: Hungary

Re: SfsTools

Post by ru2aqare »

Creature wrote:What about providing some binaries (they don't have to remain up-to-date, just so we can see an example)? I doubt a lot of people here are willing to download a C# compiler (if they have none) just to compile and try out your utility.
Providing binaries is a sensible idea, I attached them to the original post.
Brynet-Inc wrote:Combuster was trying to communicate that he's already written a "Windows-only" SFS tool, so what does your project contribute?
Well, now you have *two* "Windows-only" tools. Other than that, mine has comments. :)

The source is there, if you want a *nix version that badly, just take it and start rolling your own. If there is enough interest in this, I will at some point make a C version too.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: SfsTools

Post by earlz »

ru2aqare wrote:
Creature wrote:What about providing some binaries (they don't have to remain up-to-date, just so we can see an example)? I doubt a lot of people here are willing to download a C# compiler (if they have none) just to compile and try out your utility.
Providing binaries is a sensible idea, I attached them to the original post.
Brynet-Inc wrote:Combuster was trying to communicate that he's already written a "Windows-only" SFS tool, so what does your project contribute?
Well, now you have *two* "Windows-only" tools. Other than that, mine has comments. :)

The source is there, if you want a *nix version that badly, just take it and start rolling your own. If there is enough interest in this, I will at some point make a C version too.
What is the licensing and is there any p/invokes or such? Have you tried to compile and run it on a *nix system?
ru2aqare
Member
Member
Posts: 342
Joined: Fri Jul 11, 2008 5:15 am
Location: Hungary

Re: SfsTools

Post by ru2aqare »

earlz wrote:What is the licensing and is there any p/invokes or such? Have you tried to compile and run it on a *nix system?
The code is licensed under the MIT license, as it is stated on the googlecode site. The code is 100% managed code, there are no P/Invoke calls. As for your question, I have currently no access to a *nix box, but I'd expect it to run without a hitch under Mono.
fronty
Member
Member
Posts: 188
Joined: Mon Jan 14, 2008 5:53 am
Location: Helsinki

Re: SfsTools

Post by fronty »

ru2aqare wrote:I have currently no access to a *nix box, but I'd expect it to run without a hitch under Mono.
You can also check it.
Post Reply