style: Change files encoding format to UTF8-BOM

This commit is contained in:
yuanyuanxiang
2026-01-02 20:00:18 +01:00
parent ba9be08411
commit b6af9ce615
356 changed files with 2819 additions and 2819 deletions

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Master include file, including everything else.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Definitions of the used buffer types. Functions for their allocation and deallocation.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Functions related to finding caves in the loaded PE file.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Parsing and filling the Delayload Import Table.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Functions related to Exceptions Table
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief A definition of ExportedFunc class - used for storing the details of the exported function. Helper functions related to the export parsing.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Searching specific functions in PE's Exports Table.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief A definition of ExportsMapper class. Creates a lookup of all the exported functions from the supplied DLLs. Allows to associate an address with a corresponding function.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Functions related to operations on files. Wrappers for read/write.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Functions related to finding a base to which the module was relocated.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Functions and classes responsible for fixing Import Table. A definition of ImportedDllCoverage class.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Definitions of basic Imports Resolver classes. They can be used for filling imports when the PE is loaded.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Functions related to hooking the loaded PE. Reditecting/replacing a functions with another.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Parsing and filling the Import Table.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief A definition of ImportsUneraser class - for recovery of a partialy erased Import Table.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Definitions of various versions of Load Config Directory (new fields added with new versions for Windows).
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Fetching Load Config Directory and recognizing its version.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Dumping PE from the memory buffer into a file.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Wrappers over various fields in the PE header. Read, write, parse PE headers.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Loading PE from a file with the help of the custom loader.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Detecting in which mode is the PE in the supplied buffer (i.e. raw, virtual). Analyzes PE features typical for particular modes.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Converting PE from raw to virtual format.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Converting PE from virtual to raw format.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Functions for retrieving process information from PEB.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Operating on PE file's relocations table.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Reading from a PE module that is loaded within a remote process.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Parsing PE's resource directory.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Functions related to manual retrieving of PE resources.
*/

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Functions related to TLS Callbacks
*/

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#ifdef UNICODE
#define tcout wcout

View File

@@ -1,4 +1,4 @@
/**
/**
* @file
* @brief Miscellaneous utility functions.
*/