M2TeamArchived / NSudo

[Deprecated, work in progress alternative: https://github.com/M2Team/NanaRun] Series of System Administration Tools
https://nsudo.m2team.org/
Other
1.85k stars 215 forks source link
accesscheck administration bypass devilmode integritylevel launcher nsudo ntapi privileges process session system token trustedinstaller windows

# Logo NSudo - System Administration Toolkit

AppVeyor CI Latest Version Latest Release Downloads Total Downloads License 996.icu FOSSA Status

简体中文 | Русский

This is the source code repository of NSudo. If you wonder to visit the NSudo official website, download NSudo or read the NSudo documents etc, please visit https://nsudo.m2team.org.

This readme file will be the developer oriented document because this it is under the source code repository.

2021 Development Roadmap

Relevant People

Please read People.md.

Code of Conduct

Please read CODE_OF_CONDUCT.md.

Contributing to NSudo

How to become a contributor

Code contribution guidelines

Prerequisites

How to build all targets of NSudo

Run BuildAllTargets.bat in Source/Native.

How to modify or debugging NSudo

Open NSudo.sln in Source/Native.

Code style and conventions

For all languages respect the .editorconfig file specified in the source tree. Many IDEs natively support this or can with a plugin.

Copying files from other projects

The following rules must be followed for PRs that include files from another project:

How to update documents.

Refer to https://github.com/M2Team/NSudo/pull/29.

To build new docs, you'll need to have Node.js and Yarn installed on your system, and run build.bat in Website.

Docs engine is based on VuePress.