Skip to content

Conversation

@TheRogueArchivist
Copy link
Collaborator

  • Add NEAC Protect detection.
  • Update README.

* Add NEAC Protect detection.
* Update README.
Comment on lines 33 to 39
// Get the .neac0 section, if it exists.
// Found in "NeacSafe64.sys" and "NeacSafe.sys".
bool neac0Section = pex.ContainsSection(".neac0", exact: true);

// Get the .neac1 section, if it exists.
// Found in "NeacSafe64.sys" and "NeacSafe.sys".
bool neac1Section = pex.ContainsSection(".neac1", exact: true);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please combine the notes here similar to .stxt*

return "NEAC Protect";

string name = pex.ProductName;
// Found in "NeacSafe64.sys" and "NeacSafe.sys".
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Add a newline between the name and the first comment.

@mnadareski mnadareski merged commit 815acf2 into SabreTools:master Mar 16, 2023
@TheRogueArchivist TheRogueArchivist deleted the NEAC-Protect-Addition branch November 14, 2023 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants