Kryal, I have discovered a bug (well, at least I think it's a bug):
If you try to extract a file contained in a EFLS MiscData this will happen:
This is the error:
See the end of this message for details on how to invoke debugging
Just-In-Time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.FileLoadException: The volume for a file has been externally altered so that the opened file is no longer valid. (Exception from HRESULT: 0x800703EE)
in System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal (Int32 errorCode, IntPtr errorInfo)
in System.Win32.SafeHandle.ErrorCheck ()
in BrawlLib.IO.wFileMap .. ctor (VoidPtr hFile, FileMapProtect protect, Int64 offset, UInt32 length)
in BrawlLib.IO.FileMap.FromStream (FileStream stream, FileMapProtect prot, Int32 offset, Int32 length)
in BrawlLib.SSBB.ResourceNodes.ResourceNode.Export (FileStream outStream)
in BrawlLib.SSBB.ResourceNodes.ResourceNode.Export (String outPath)
in BrawlBox.GenericWrapper.OnExport (String outPath, Int32 FilterIndex)
in BrawlBox.GenericWrapper.Export ()
in BrawlBox.GenericWrapper.ExportAction (Object sender, EventArgs e)
in System.Windows.Forms.ToolStripItem.RaiseEvent (Object key, EventArgs e)
in System.Windows.Forms.ToolStripMenuItem.OnClick (EventArgs e)
in System.Windows.Forms.ToolStripItem.HandleClick (EventArgs e)
in System.Windows.Forms.ToolStripItem.HandleMouseUp (MouseEventArgs e)
in System.Windows.Forms.ToolStripItem.FireEventInteractive (EventArgs e, ToolStripItemEventType met)
in System.Windows.Forms.ToolStripItem.FireEvent (EventArgs e, ToolStripItemEventType met)
in System.Windows.Forms.ToolStrip.OnMouseUp (MouseEventArgs mea)
in System.Windows.Forms.ToolStripDropDown.OnMouseUp (MouseEventArgs mea)
in System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc (Message & m)
in System.Windows.Forms.ScrollableControl.WndProc (Message & m)
in System.Windows.Forms.ToolStrip.WndProc (Message & m)
in System.Windows.Forms.ToolStripDropDown.WndProc (Message & m)
in System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m)
in System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Loaded Assemblies ************** **************
mscorlib
Assembly version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
Code base: file: / / / C: / WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
BrawlBox
Assembly version: 0.63.3691.33774
Win32 Version: 0.63.3.0
Code base: file: / / / C: / Documents% 20and% 20Settings/All% 20Users/Documentos/DAVID/BrawlBox% 20v0.63d/BrawlBox.exe
----------------------------------------
BrawlLib
Assembly version: 0.10.3691.33773
Win32 Version: 0.10.3.0
Code base: file: / / / C: / Documents% 20and% 20Settings/All% 20Users/Documentos/DAVID/BrawlBox% 20v0.63d/BrawlLib.DLL
----------------------------------------
System.Windows.Forms
Assembly version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
Code base: file: / / / C: / WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
Code base: file: / / / C: / WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
Code base: file: / / / C: / WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms.resources
Assembly version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
Code base: file: / / / C: / WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Resources
Assembly version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
Code base: file: / / / C: / WINDOWS/assembly/GAC_MSIL/System.resources/2.0.0.0_es_b77a5c561934e089/System.resources.dll
----------------------------------------
mscorlib.resources
Assembly version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
Code base: file: / / / C: / WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Xml
Assembly version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
Code base: file: / / / C: / WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
************** JIT Debugging **************
To enable debugging Just In Time (JIT), the configuration file of this
application or computer (machine.config) must have the
jitDebugging value set out in section system.windows.forms.
The application must also be compiled with debugging
enabled
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</ configuration>
When JIT debugging is enabled, any unhandled exception
be sent to the JIT debugger registered on the computer
instead of being handled by this dialog box.
(This text has been translated from spanish to english)