美文网首页
MFC&Python_Security Guards

MFC&Python_Security Guards

作者: MagicalGuy | 来源:发表于2018-10-11 00:21 被阅读0次

实现功能:
1、任务管理器(遍历进程线程模块,桌面窗口)
2、CUP内存使用率,及内存优化
3、垃圾清理(系统,浏览器,VS)
4、遍历服务,启动和关闭服务
5、杀毒功能(MD5查杀 全路径查杀 白名单查杀)
6、数据库与网络运用(云查杀 提交样本 更新病毒库)
7、进程保护
8、PE文件解析
附加功能:
1、老板键
2、关机重启,休眠等
3、文件信息 创建,修改时间,MD5值
4、启动项 软件卸载
5、内存优化小火箭 界面友好度 自定义控件

开发环境:
windows10+MySQL5.6+Python3.6.2 32bit+VS2015

数据库的简单字段设计:
病毒库 ID MD5
黑名单库 ID MD5
白名单库 ID MD5
用户表备用

代码架构:


image.png

客户端在相应窗口位置发送消息,在特定位置接收消息,开启线程发送更新消息,线程维护,同时保留socket统一接收接口。

image.png

软件主界面:


image.png

功能架构:


image.png

部分功能截图:


image.png image.png

解析PE文件信息
PE头
区段信息
目录信息
导入表
导出表
资源表
重定位表
延迟加载表
TLS表

集成任务管理器


image.png

遍历进程线程模块

遍历文件信息

遍历窗口信息

VS工程垃圾清理

老板键

关机重启等

项目请见于:https://github.com/MagicalGuy

相关文章

  • MFC&Python_Security Guards

    实现功能:1、任务管理器(遍历进程线程模块,桌面窗口)2、CUP内存使用率,及内存优化3、垃圾清理(系统,浏览器,...

  • NBA篮球英文术语科普

    ——————————球员—————————— forwards 前锋 guards ...

  • Less 混合守卫

    本节我们学习混合守卫(Mixins Guards),当我们想在表达式上匹配简单值或参数数量时,Guards 将会很...

  • Less 混合守卫

    本节我们学习混合守卫(Mixins Guards),当我们想在表达式上匹配简单值或参数数量时,Guards 将会很...

  • Basket Ball English

    球场-court 前锋-forwards 后卫-guards 中锋-center 后场-backcourt 前场-...

  • Enforcing law

    Let's now turn to enforcement part. The guards were not t...

  • 2017-3-24 less

    CSS Guards(CSS保护) LESS: Import Directives (导入准则) LESS: CS...

  • 《The _Pragma("once") vs include

    我写的issue原文: 标题:Consider changing include guards to pragma...

  • Less 09 守卫(Guards)

    目录: Less 01 准备工作Less 02 变量(Variable)Less 03 扩展(Extend)Les...

  • SAP 电商云 Spartacus UI 页面的 page gu

    点击按钮 Proceed to checkout: 读取 CMS guard: 三个负责的 page guards...

网友评论

      本文标题:MFC&Python_Security Guards

      本文链接:https://www.haomeiwen.com/subject/ljdyaftx.html