Commit Graph

18 Commits

Author SHA1 Message Date
Huoji's
db31cd90b5 优化rip的速度 2025-04-23 04:47:01 +08:00
Huoji's
785f0da7fe 按照样本优化了一下 2025-04-23 03:48:16 +08:00
huoji
8e2e0c19ec update 2025-03-20 19:56:39 +08:00
Huoji's
91dca661ba update & fix logic bug 2025-03-20 04:56:31 +08:00
Huoji's
3a6e331f31 update 2025-03-20 02:18:00 +08:00
huoji
232a7abcba 初步增加32位支持(没加全) 2025-03-19 20:47:26 +08:00
huoji
9b970ce8a2 修复沙箱功能和API实现
- 在沙箱中添加了对CreateProcessW的支持,整合了CreateProcessA和CreateProcessW的共同逻辑
- 实现了URLDownloadToFileW函数,增加了对可疑URL的检测
- 更新了API钩子以支持新的API功能
- 改进了错误处理和日志记录,确保更好的调试信息输出
- 调整了主函数中的恶意软件扫描和沙箱功能调用顺序,确保恶意软件扫描优先执行
2025-03-19 14:52:19 +08:00
Huoji's
9a44f20d5c update 2025-03-18 22:04:39 +08:00
huoji
534b6a84a6 添加沙箱功能和API钩子支持
- 在沙箱中实现了新的功能,包括内存分配和API钩子初始化
- 更新了沙箱类,增加了对WFP引擎的支持
- 添加了多个API的实现,如GetLastError、InitializeCriticalSection等
- 修改了主函数以使用新的沙箱功能,替换了恶意软件扫描功能
- 更新了项目文件以包含新的源文件和API实现
- 改进了错误处理和日志记录功能
2025-03-18 20:49:18 +08:00
Huoji's
60c4ef5f58 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
Huoji's
defe59ffe8 update 2025-03-09 03:19:40 +08:00
Huoji's
d2ed7936df fix up 2025-03-09 00:06:37 +08:00
huoji
f7b0625bff 实现 SetUnhandledExceptionFilter API 模拟 2025-03-07 19:59:00 +08:00
huoji
c5a9c95575 fix up 2025-03-07 19:27:05 +08:00
Huoji's
8504a9c8f9 调不了了 终极大招了 2025-03-07 01:47:01 +08:00
huoji
3f022ddd01 111 2025-03-06 20:33:02 +08:00
huoji
ed5e7ae994 fix up 2025-03-06 20:08:12 +08:00
huoji
2c18f7fd15 update 2025-03-06 18:39:01 +08:00