https://github.com/s0ssh/wojaknt
NT kernelmode wojak
https://github.com/s0ssh/wojaknt
Last synced: 8 months ago
JSON representation
NT kernelmode wojak
- Host: GitHub
- URL: https://github.com/s0ssh/wojaknt
- Owner: s0ssh
- License: bsd-3-clause
- Created: 2024-11-24T23:04:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T00:47:16.000Z (over 1 year ago)
- Last Synced: 2025-04-05T16:54:30.336Z (about 1 year ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WojakNT
Prints an ASCII wojak to the NT kernel debug buffer.
### Building & Signing
`cargo make sign --profile production`
### Loading
1. Disable Secure Boot
2. Using `bcdedit.exe`, enable testsigning.
3. Using OsrLoader, load and run the `WojakNT.sys` driver.