Skip to content

Commit

Permalink
✨ TODO: CVE-2024-35250
Browse files Browse the repository at this point in the history
  • Loading branch information
233Official committed Oct 17, 2024
1 parent 18da499 commit ce3e8a3
Show file tree
Hide file tree
Showing 7 changed files with 840 additions and 0 deletions.
50 changes: 50 additions & 0 deletions Security/EndPoint/Previledge/Windows/CVE/CVE-2024-35250/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
x64
Debug
CVE-2024-35250

# Compiled object files
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.a
*.lib

# Executable files
*.exe
*.out
*.app

# Debug files
*.dSYM/
*.d/
*.debug/

# IDE specific files
.vscode/
.idea/
*.code-workspace

# Logs
*.log

# Temporary files
*.tmp
*.temp
*.bak
*.swp

# Build directories
/build/
/bin/
/lib/
/dist/
Loading

0 comments on commit ce3e8a3

Please sign in to comment.