mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added information and license header.
git-svn-id: svn://claunia.com/FileSystemIDandChk@37 17725271-3d32-4980-a8cb-9ff532f270ba
This commit is contained in:
@@ -1,5 +1,42 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : Swapping.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Main loop
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
C# assembly definitions
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
|
|
||||||
// Information about this assembly is defined by the following attributes.
|
// Information about this assembly is defined by the following attributes.
|
||||||
// Change them to the values specific to your project.
|
// Change them to the values specific to your project.
|
||||||
|
|||||||
@@ -1,4 +1,42 @@
|
|||||||
using System;
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : BigEndianBitConverter.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Program tools
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Override of System.BitConverter that knows how to handle big-endian.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace FileSystemIDandChk
|
namespace FileSystemIDandChk
|
||||||
|
|||||||
@@ -1,3 +1,43 @@
|
|||||||
|
2014-04-17 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* Main.cs:
|
||||||
|
* Plugins.cs:
|
||||||
|
* Swapping.cs:
|
||||||
|
* Plugins/ODS.cs:
|
||||||
|
* Plugins/FFS.cs:
|
||||||
|
* Plugins/FAT.cs:
|
||||||
|
* Plugins/BFS.cs:
|
||||||
|
* Plugins/SysV.cs:
|
||||||
|
* DateHandlers.cs:
|
||||||
|
* Plugins/NTFS.cs:
|
||||||
|
* AssemblyInfo.cs:
|
||||||
|
* Plugins/HPFS.cs:
|
||||||
|
* Plugins/Opera.cs:
|
||||||
|
* Plugins/extFS.cs:
|
||||||
|
* Plugins/Plugin.cs:
|
||||||
|
* Plugins/LisaFS.cs:
|
||||||
|
* StringHandlers.cs:
|
||||||
|
* Plugins/ext2FS.cs:
|
||||||
|
* PartPlugins/MBR.cs:
|
||||||
|
* Plugins/MinixFS.cs:
|
||||||
|
* Plugins/UNIXBFS.cs:
|
||||||
|
* Plugins/ISO9660.cs:
|
||||||
|
* Plugins/Symbian.cs:
|
||||||
|
* Plugins/SolarFS.cs:
|
||||||
|
* Plugins/PCEngine.cs:
|
||||||
|
* Plugins/AppleHFS.cs:
|
||||||
|
* PartPlugins/NeXT.cs:
|
||||||
|
* Plugins/AppleMFS.cs:
|
||||||
|
* ImagePlugins/CDRWin.cs:
|
||||||
|
* Plugins/AppleHFSPlus.cs:
|
||||||
|
* PartPlugins/AppleMap.cs:
|
||||||
|
* BigEndianBitConverter.cs:
|
||||||
|
* PartPlugins/PartPlugin.cs:
|
||||||
|
* ImagePlugins/DiskCopy42.cs:
|
||||||
|
* EndianAwareBinaryReader.cs:
|
||||||
|
* ImagePlugins/ImagePlugin.cs:
|
||||||
|
Added information and license header.
|
||||||
|
|
||||||
2014-04-17 Natalia Portillo <claunia@claunia.com>
|
2014-04-17 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* DateHandlers.cs:
|
* DateHandlers.cs:
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : DateHandlers.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Program tools
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Convert several timestamp formats to C# DateTime.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace FileSystemIDandChk
|
namespace FileSystemIDandChk
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : EndianAwareBinaryReader.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Program tools
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Override for System.IO.Binary.Reader that knows how to handle big-endian.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|||||||
@@ -1,3 +1,42 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : CDRWin.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Disc image plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Manages CDRWin cuesheets (cue/bin).
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
|
// TODO: Implement track flags
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@@ -1,11 +1,48 @@
|
|||||||
using System;
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : DiskCopy42.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Disc image plugins
|
||||||
|
|
||||||
// Checked using several images and strings inside Apple's DiskImages.framework
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Manages Apple DiskCopy 4.2 disc images, including unofficial modifications.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace FileSystemIDandChk.ImagePlugins
|
namespace FileSystemIDandChk.ImagePlugins
|
||||||
{
|
{
|
||||||
|
// Checked using several images and strings inside Apple's DiskImages.framework
|
||||||
class DiskCopy42 : ImagePlugin
|
class DiskCopy42 : ImagePlugin
|
||||||
{
|
{
|
||||||
#region Internal Structures
|
#region Internal Structures
|
||||||
|
|||||||
@@ -1,6 +1,43 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : ImagePlugin.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Disc image plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Defines functions to be used by disc image plugins and several constants.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
|
||||||
|
|
||||||
namespace FileSystemIDandChk.ImagePlugins
|
namespace FileSystemIDandChk.ImagePlugins
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,9 +1,46 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : Main.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Main program loop.
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Contains the main program loop.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FileSystemIDandChk.Plugins;
|
|
||||||
using FileSystemIDandChk.PartPlugins;
|
|
||||||
using FileSystemIDandChk.ImagePlugins;
|
using FileSystemIDandChk.ImagePlugins;
|
||||||
|
using FileSystemIDandChk.PartPlugins;
|
||||||
|
using FileSystemIDandChk.Plugins;
|
||||||
|
|
||||||
namespace FileSystemIDandChk
|
namespace FileSystemIDandChk
|
||||||
{
|
{
|
||||||
@@ -32,7 +69,7 @@ namespace FileSystemIDandChk
|
|||||||
if (isDebug)
|
if (isDebug)
|
||||||
{
|
{
|
||||||
plugins.RegisterAllPlugins();
|
plugins.RegisterAllPlugins();
|
||||||
Runner("/Users/claunia/Desktop/disk_images/cdrom.cue");
|
Runner("/Users/claunia/Desktop/disk_images/dc42.dc42");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,8 +1,48 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : AppleMap.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Partitioning scheme plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Manages Apple Partition Map.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information about structures learnt from Inside Macintosh
|
||||||
|
// Constants from image testing
|
||||||
namespace FileSystemIDandChk.PartPlugins
|
namespace FileSystemIDandChk.PartPlugins
|
||||||
{
|
{
|
||||||
class AppleMap : PartPlugin
|
class AppleMap : PartPlugin
|
||||||
|
|||||||
@@ -1,7 +1,43 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : MBR.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Partitioning scheme plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Manages Intel/Microsoft MBR and UNIX slicing inside it.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
|
||||||
using System.Text;
|
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
// TODO: Support AAP, AST, SpeedStor and Ontrack extensions
|
// TODO: Support AAP, AST, SpeedStor and Ontrack extensions
|
||||||
|
|||||||
@@ -1,8 +1,47 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : NeXT.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Partitioning scheme plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Manages NeXTStep and OpenStep partitions.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information learnt from XNU source and testing against real disks
|
||||||
namespace FileSystemIDandChk.PartPlugins
|
namespace FileSystemIDandChk.PartPlugins
|
||||||
{
|
{
|
||||||
class NeXTDisklabel : PartPlugin
|
class NeXTDisklabel : PartPlugin
|
||||||
|
|||||||
@@ -1,5 +1,42 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : PartPlugin.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Partitioning scheme plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Defines functions to be used by partitioning scheme plugins and several constants.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace FileSystemIDandChk.PartPlugins
|
namespace FileSystemIDandChk.PartPlugins
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : Plugins.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Base methods for plugins.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|||||||
@@ -1,5 +1,42 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : AppleHFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies HFS filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : AppleHFSPlus.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies HFS+/HFSX filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : AppleMFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies the Macintosh FileSystem and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|||||||
@@ -1,7 +1,46 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : BFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies BeOS' filesystem and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information from Practical Filesystem Design, ISBN 1-55860-497-9
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class BeFS : Plugin
|
class BeFS : Plugin
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : FAT.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies FAT12/16/32 filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : FFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies BSD/UNIX FFS/UFS/UFS2 filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|||||||
@@ -1,7 +1,47 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : HPFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies OS/2 HPFS filesystems and shows information.
|
||||||
|
No pinball playing allowed.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information from an old unnamed document
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class HPFS : Plugin
|
class HPFS : Plugin
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : ISO9660.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies ISO9660/ECMA-119 filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@@ -1,9 +1,48 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : LisaFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies Apple Lisa filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
using FileSystemIDandChk.ImagePlugins;
|
using FileSystemIDandChk.ImagePlugins;
|
||||||
|
|
||||||
// Information from Inside Macintosh
|
// All information by Natalia Portillo
|
||||||
|
// Variable names from Lisa API
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class LisaFS : Plugin
|
class LisaFS : Plugin
|
||||||
|
|||||||
@@ -1,7 +1,46 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : MinixFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies Minix v1, v2 and v3 filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information from the Linux kernel
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class MinixFS : Plugin
|
class MinixFS : Plugin
|
||||||
|
|||||||
@@ -1,7 +1,46 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : NTFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies Windows NT FileSystem (aka NTFS) and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information from Inside Windows NT
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class NTFS : Plugin
|
class NTFS : Plugin
|
||||||
|
|||||||
@@ -1,3 +1,40 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : ODS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies VMS filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
@@ -7,7 +44,7 @@ using FileSystemIDandChk;
|
|||||||
// With some hints from http://www.decuslib.com/DECUS/vmslt97b/gnusoftware/gccaxp/7_1/vms/hm2def.h
|
// With some hints from http://www.decuslib.com/DECUS/vmslt97b/gnusoftware/gccaxp/7_1/vms/hm2def.h
|
||||||
// Expects the home block to be always in sector #1 (does not check deltas)
|
// Expects the home block to be always in sector #1 (does not check deltas)
|
||||||
// Assumes a sector size of 512 bytes (VMS does on HDDs and optical drives, dunno about M.O.)
|
// Assumes a sector size of 512 bytes (VMS does on HDDs and optical drives, dunno about M.O.)
|
||||||
// Book only describes ODS-2. Need to test ODS-1 and OSD-5
|
// Book only describes ODS-2. Need to test ODS-1 and ODS-5
|
||||||
// There is an ODS with signature "DECFILES11A", yet to be seen
|
// There is an ODS with signature "DECFILES11A", yet to be seen
|
||||||
// Time is a 64 bit unsigned integer, tenths of microseconds since 1858/11/17 00:00:00.
|
// Time is a 64 bit unsigned integer, tenths of microseconds since 1858/11/17 00:00:00.
|
||||||
// TODO: Implement checksum
|
// TODO: Implement checksum
|
||||||
|
|||||||
@@ -1,7 +1,46 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : Opera.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies 3DO filesystems (aka Opera) and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class OperaFS : Plugin
|
class OperaFS : Plugin
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : PCEngine.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies PC-Engine CDs.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : Plugin.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Defines functions to be used by filesystem plugins and several constants.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : SolarFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies SolarOS filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : Symbian.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies Symbian installer (.sis) packages and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@@ -1,7 +1,46 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : SysV.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies UNIX System V filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information from the Linux kernel
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class SysVfs : Plugin
|
class SysVfs : Plugin
|
||||||
|
|||||||
@@ -1,7 +1,46 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : UNIXBFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies UnixWare boot filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information from the Linux kernel
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class BFS : Plugin
|
class BFS : Plugin
|
||||||
|
|||||||
@@ -1,7 +1,46 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : ext2FS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies ext2, ext3 and ext4 filesystems and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information from the Linux kernel
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class ext2FS : Plugin
|
class ext2FS : Plugin
|
||||||
|
|||||||
@@ -1,7 +1,46 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : extFS.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Filesystem plugins
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Identifies Linux extended filesystem and shows information.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using FileSystemIDandChk;
|
using FileSystemIDandChk;
|
||||||
|
|
||||||
|
// Information from the Linux kernel
|
||||||
namespace FileSystemIDandChk.Plugins
|
namespace FileSystemIDandChk.Plugins
|
||||||
{
|
{
|
||||||
class extFS : Plugin
|
class extFS : Plugin
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : StringHandlers.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Program tools
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Convert byte arrays to C# strings.
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,41 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
FileSystem identifier and checker
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Filename : Swapping.cs
|
||||||
|
Version : 1.0
|
||||||
|
Author(s) : Natalia Portillo
|
||||||
|
|
||||||
|
Component : Program tools
|
||||||
|
|
||||||
|
Revision : $Revision$
|
||||||
|
Last change by : $Author$
|
||||||
|
Date : $Date$
|
||||||
|
|
||||||
|
--[ Description ] ----------------------------------------------------------
|
||||||
|
|
||||||
|
Byte-swapping methods
|
||||||
|
|
||||||
|
--[ License ] --------------------------------------------------------------
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
Copyright (C) 2011-2014 Claunia.com
|
||||||
|
****************************************************************************/
|
||||||
|
//$Id$
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace FileSystemIDandChk
|
namespace FileSystemIDandChk
|
||||||
|
|||||||
Reference in New Issue
Block a user