-
- #iot
- #chrome-and-friends: Chrome, V8, Blink, Mojo, etc.
- Linux kernel #todo
- expdev #todo
- fuzzing #todo
| # White Knight Labs - Offensive Development Course | |
| # Guardrails - Folder Check | |
| #include <windows.h> // Include Windows-specific headers for system calls | |
| #include <iostream> // Include for input and output stream operations | |
| #include <string> // Include for using string class | |
| #include <algorithm> // Include for standard algorithms, e.g., std::transform | |
| #include <cctype> // Include for character handling functions, e.g., std::tolower | |
| // Function to check if the path of the current executable is under a specified path |
| #include <stdint.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdbool.h> | |
| #include <windows.h> | |
| #include "nt_crap.h" | |
| #define ArrayCount(arr) (sizeof(arr)/sizeof(arr[0])) | |
| #define assert(expr) if(!(expr)) { *(char*)0 = 0; } |
| #include <windows.h> | |
| #include <iostream> | |
| #include <sstream> | |
| std::string | |
| GetSymbolServerURL( | |
| const std::string& moduleName | |
| ) | |
| { | |
| /* Extract timestamp and image size from a module |