Files
BinaryObjectScanner/BurnOutSharp/ProtectionType/DiscAudit.cs
SilasLaspada 8cba9529d7 Overhaul DiscGuard detection (#140)
* Overhaul DiscGuard detection

* Verify some existing checks for DiscGuard.
* Add several new executable and path checks.
* Add note for remaining unconfirmed check.
* Add notes and research in comments.
* Add related protection "DiscAudit" to list of protections that needs to be added.

* Address DiscGuard PR review comments
2022-07-28 23:31:04 -07:00

13 lines
610 B
C#

namespace BurnOutSharp.ProtectionType
{
public class DiscAudit
{
// TODO: Implement - https://web.archive.org/web/19981206095259/http://www.ttrtech.com/discaudi.htm
// References and further information:
// https://www.sec.gov/Archives/edgar/data/933955/0000950117-97-001817.txt
// https://books.google.com/books?id=3gkEAAAAMBAJ&pg=PA39
// http://www.jei.org/Restricted/BR98/346x/346.html
// https://archive.org/stream/TheJerusalemPost1998IsraelEnglish/Jul%2003%201998%2C%20The%20Jerusalem%20Post%2C%20%2319970%2C%20Israel%20%28en%29_djvu.txt
}
}