mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-11 05:35:15 +00:00
This change also removes a couple of things from `BurnOutSharp.Tools.Utilities` that are no longer needed there. Linear executables are included in the scanning classes. Update the guides accordingly.
8 lines
196 B
C#
8 lines
196 B
C#
namespace BinaryObjectScanner.Protection
|
|
{
|
|
public class DBB
|
|
{
|
|
// TODO: Implement - http://web.archive.org/web/20040604233815/www.wkit.com/sites/wkit/setup/eng/index.asp
|
|
}
|
|
}
|