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
179 B
C#
8 lines
179 B
C#
namespace BinaryObjectScanner.Protection
|
|
{
|
|
public class FADE
|
|
{
|
|
// TODO: Implement - http://www.codemasters.com/news/displayarticles.php?showarticle=500
|
|
}
|
|
}
|