Add machine learning feature extraction for PE files
- Implemented MachineLearning class with ExtractFeatures method - Updated project files to include new machine learning source and header files - Modified main executable to call feature extraction - Updated VSCode settings to include additional C++ headers - Commented out previous file dumping code in main function
This commit is contained in:
@@ -29,3 +29,4 @@ struct BasicPeInfo {
|
||||
PIMAGE_NT_HEADERS32 ntHead32;
|
||||
};
|
||||
#include "sandbox.h"
|
||||
#include "ml.h"
|
||||
Reference in New Issue
Block a user