分析了一下360的HOOK,通过直接hook KiFastCallEntry实现以所有系统调用的过滤。我分析的版本如下:主程序版本: 6.0.1.1003HookPort.sys版本: 1, 0, 0, 1005HookPort.sys的TimeStamp: 4A8D4AB8简单说明:360把所有被 ...
分类:
其他好文 时间:
2017-11-01 01:17:29
阅读次数:
193
---------------61PKQ2KW1F6BIOW3加密----------------------------------"; $cmsName = "61PKQ2KW1F6BIOW3"; $key = "123456"; $cmsLen = strlen($cmsName); $key... ...
分类:
其他好文 时间:
2017-10-28 16:28:18
阅读次数:
116
提起 var关键子,程序员的第一反应就是JavaScript, 事实上这个关键子在其他语言中也有被采用。 比如说C#, 比如说kotlin, 用法和JavaScript中使用差不多,作为要声明变量的前缀 在其他语言中也有与var作用类似的关键字,比说C++中的auto,比如TypeScript中的l ...
分类:
其他好文 时间:
2017-10-24 11:20:26
阅读次数:
161
一、软件下载 在百度搜索并下载 TortoiseSVN。推荐从官网下载,软件分为32位和64位版本,下载时请根据自己的系统位数进行下载; 二、软件安装 1、下载软件后,双击程序进行安装,点击“Next”; 2、在许可证协议页面,选择“I Accept the terms in the License ...
分类:
其他好文 时间:
2017-10-23 21:50:46
阅读次数:
269
初始大小:调用无参构造函数时默认的容量 初始大小:调用无参构造函数时默认的容量 初始大小:调用无参构造函数时默认的容量 加载因子:超过 (当前容量*加载因子) 时会进行扩容 扩容因子:扩容时增加的容量为 (当前容量*扩容因子) 容器 初始容量 加载因子 扩容因子ArrayList: 10 1 0.5 ...
分类:
其他好文 时间:
2017-10-14 18:19:09
阅读次数:
181
SpringMVC 的 Controller 返回各种视图的处理方式 ...
分类:
编程语言 时间:
2017-10-13 14:05:44
阅读次数:
541
Tree Collection 2 Table of Contents Introduction Structure Interfaces Data Node structure Tree structure Terminology Quickstart Documentation Instanti ...
分类:
其他好文 时间:
2017-10-12 15:38:16
阅读次数:
117
C#编程窗体控件命名的规范及要求 Data Control Validation Control Navigation Control Login Control WebParts Control 基本数据类型 数据类型 数据类型简写 标准命名举例 Array arr arrShoppingList ...
#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0... ...
分类:
其他好文 时间:
2017-10-07 22:55:24
阅读次数:
254
#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d ...
分类:
编程语言 时间:
2017-10-07 18:37:36
阅读次数:
209