- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 交叉编译环境编译mips版本的thrift
thrift依赖openssl和zlib、libevent等库 1、以来zlib、libevent库(比较简单,略) 2、编译openssl库 参考https://blog.youkuaiyun.com/clirus/article/details/50151427 3、编译thrift库 下载0.9.1版本 tar-zxvf xxx cd thrift-0.9.1 ./configure ...
2020-03-30 16:25:00
632
原创 openssl-EVP对称加密算法源码对应openssl-1.1.1-pre8
#include <string.h> #include "des.h" #include "ossl_typ.h" #include "evp.h" #include "evp_locl.h" /*openssl安装版本有冲突,所以都移到了本地目录,.so也是,采用的openssl版本openssl-1.1.1-pre8 编译:gcc evp-test.c -o test -L....
2018-09-03 15:28:02
724
原创 tshark抓包源码分析&简介
1、Dumpcap不停的抓数据 capture_loop_start 启动子线程 pcap_read_handler,一直读取 if (use_threads) { pcap_queue = g_async_queue_new(); pcap_queue_bytes = 0; pcap_queue_pack...
2018-08-24 09:53:10
1777
原创 tshark日志跟踪&分析——SSL
日志名称:ssldebug.log 启动指令: tshark -o "ssl.desegment_ssl_records:TRUE" -o "ssl.desegment_ssl_application_data:TRUE" -o "ssl.keys_list:10.21.17.209,7443,http,c:/temp/kestore-export.key" -o "ssl.debug_...
2018-08-08 17:17:00
1807
原创 tshark调用栈解析——https模块(从下往上看)
libwireshark.dll!ssl_print_decrypted_app_data(const char * name, const unsigned char * data, unsigned int len) 行 4880 C ——次函数是我自己增加的打印消息,可以打印ssl解密后的内容 libwireshark.dll!dissect_ssl_payload(tvbu...
2018-08-08 12:08:01
985
原创 搭建win下wireshark编译环境
1. Visual Studio 我用的是2013版本 2. Python 我用的是2.7 3. Cygwin我取的最新的 去Cygwin上下载最新版本安装,地址是https://cygwin.com/install.html,我选择的是64位, 然后开始安装,整个安装过程是在线安装,特别注意的是,以下库必须安装,否则后面编译会报各种错误: Archive unzip ...
2018-07-27 10:22:44
1013
原创 部署tomcat https &amp; 设置wireshark私钥
部署tomcat https & 设置wireshark私钥 1、linux上部署tomcat(略) 2、利用keytool生成证书和私钥 Windows下生成keystore文件及导出证书: 打开控制台: 运行: keytool -genkey -alias tomcat -keyalg RSA 按照要求一步步的输入信息,问你国家/地区代码的时候,输入cn。 输入密码...
2018-07-26 14:36:05
1711
4
kestore-export
2018-07-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人