Logo
Explore Help
Register Sign In
admin/awesome_anti_virus_engine
1
0
Fork 0
You've already forked awesome_anti_virus_engine
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
c61773dfd83b95a00ba0a60a754a39470698cdb2
awesome_anti_virus_engine/ai_anti_malware/sandbox_api_winhttp.h

11 lines
403 B
C
Raw Normal View History

Update project documentation and enhance malware detection engine - Completely rewrite README.md with comprehensive project overview and technical details - Add detailed explanation of antivirus engine architecture and detection strategies - Implement multi-stage malware detection with machine learning, sandbox, and PE structure analysis - Update project configuration and add new source files for enhanced detection capabilities - Integrate XGBoost machine learning model with C++ export functionality - Improve sandbox environment with advanced module and LDR data table handling - Remove legacy Python prediction and training scripts in favor of C++ implementation
2025-03-09 21:59:22 +08:00
#pragma once
#include "head.h"
// Internet API函数声明
auto Api_InternetOpenA(void* sandbox, uc_engine* uc, uint64_t address) -> void;
auto Api_InternetOpenUrlA(void* sandbox, uc_engine* uc, uint64_t address)
-> void;
auto Api_InternetCloseHandle(void* sandbox, uc_engine* uc, uint64_t address)
-> void;
auto Api_InternetReadFile(void* sandbox, uc_engine* uc, uint64_t address)
-> void;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 122ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API