Skip to content

Commit 95a1cfa

Browse files
authored
Added Resources
1 parent 2b2519b commit 95a1cfa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Enumeration/get_token_info.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
/*
2-
Windows process token manipulation, privilege checking, and elevation.
31

4-
For More codes : https://github.com/Whitecat18/Rust-for-Malware-Development.git
5-
@5mukx
2+
/*
3+
Windows process token manipulation, privilege checking, and elevation.
4+
For More codes : https://github.com/Whitecat18/Rust-for-Malware-Development.git
5+
Resouces Used: https://medium.com/@s12deff/process-token-manipulation-8983e92a824
6+
@5mukx
67
*/
78

89
// WInAPI's That you need to import

0 commit comments

Comments
 (0)