SfsTools
SfsTools
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.
Edit: binaries attached.
- Attachments
-
- sfstools-1.0.0.456-bin.rar
- (39.1 KiB) Downloaded 91 times
Last edited by ru2aqare on Sun Mar 14, 2010 9:46 am, edited 1 time in total.
- Combuster
- 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
I was expecting a *nix-compatible tool, but no, it had to be .NET . What's the advantage of that over VB?
Re: SfsTools
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.Combuster wrote:I was expecting a *nix-compatible tool, but no, it had to be .NET . What's the advantage of that over VB?
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: SfsTools
That is not a solution, that's a kludge..ru2aqare wrote:Nevertheless there is Mono for you *nix fans.
Combuster was trying to communicate that he's already written a "Windows-only" SFS tool, so what does your project contribute?
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: SfsTools
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.
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 ]
[ Project UDI ]
Re: SfsTools
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.
Re: SfsTools
Providing binaries is a sensible idea, I attached them to the original post.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.
Well, now you have *two* "Windows-only" tools. Other than that, mine has comments.Brynet-Inc wrote:Combuster was trying to communicate that he's already written a "Windows-only" SFS tool, so what does your project contribute?
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.
Re: SfsTools
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 wrote:Providing binaries is a sensible idea, I attached them to the original post.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.
Well, now you have *two* "Windows-only" tools. Other than that, mine has comments.Brynet-Inc wrote:Combuster was trying to communicate that he's already written a "Windows-only" SFS tool, so what does your project contribute?
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.
Re: SfsTools
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.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?
Re: SfsTools
You can also check it.ru2aqare wrote:I have currently no access to a *nix box, but I'd expect it to run without a hitch under Mono.