We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2519b commit 95a1cfaCopy full SHA for 95a1cfa
Enumeration/get_token_info.rs
@@ -1,8 +1,9 @@
1
-/*
2
-Windows process token manipulation, privilege checking, and elevation.
3
4
-For More codes : https://github.com/Whitecat18/Rust-for-Malware-Development.git
5
-@5mukx
+/*
+ Windows process token manipulation, privilege checking, and elevation.
+ For More codes : https://github.com/Whitecat18/Rust-for-Malware-Development.git
+ Resouces Used: https://medium.com/@s12deff/process-token-manipulation-8983e92a824
6
+ @5mukx
7
*/
8
9
// WInAPI's That you need to import
0 commit comments