mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-28 17:37:20 +00:00
Add printing regions
This commit is contained in:
@@ -333,6 +333,8 @@ namespace BurnOutSharp.Wrappers
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
#region Printing
|
||||
|
||||
/// <summary>
|
||||
/// Pretty print the Linear Executable information
|
||||
/// </summary>
|
||||
@@ -340,5 +342,7 @@ namespace BurnOutSharp.Wrappers
|
||||
{
|
||||
// TODO: Implement printing
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -137,6 +137,8 @@ namespace BurnOutSharp.Wrappers
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
#region Printing
|
||||
|
||||
/// <summary>
|
||||
/// Pretty print the MS-DOS executable information
|
||||
/// </summary>
|
||||
@@ -181,5 +183,7 @@ namespace BurnOutSharp.Wrappers
|
||||
}
|
||||
Console.WriteLine();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -265,6 +265,8 @@ namespace BurnOutSharp.Wrappers
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
#region Printing
|
||||
|
||||
/// <summary>
|
||||
/// Pretty print the New Executable information
|
||||
/// </summary>
|
||||
@@ -518,5 +520,7 @@ namespace BurnOutSharp.Wrappers
|
||||
}
|
||||
Console.WriteLine();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -463,6 +463,8 @@ namespace BurnOutSharp.Wrappers
|
||||
}
|
||||
}
|
||||
|
||||
#region Printing
|
||||
|
||||
/// <summary>
|
||||
/// Pretty print the New Executable information
|
||||
/// </summary>
|
||||
@@ -1886,5 +1888,7 @@ namespace BurnOutSharp.Wrappers
|
||||
|
||||
Console.WriteLine();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@ namespace BurnOutSharp.Wrappers
|
||||
{
|
||||
public abstract class WrapperBase
|
||||
{
|
||||
#region Instance Variabled
|
||||
#region Instance Variables
|
||||
|
||||
/// <summary>
|
||||
/// Source of the original data
|
||||
|
||||
Reference in New Issue
Block a user