摘要: #include #include #include // http://hatriot.github.io/blog/2017/09/19/abusing-delay-load-dll/ // https://blog.csdn.net/adam001521/article/details/84658708 /* index values of DataDirectory #def... 阅读全文
posted @ 2019-06-13 15:11 HEIS老妖 阅读(553) 评论(0) 推荐(0) 编辑
摘要: batch scripthttps://ss64.com/nt/syntax-esc.html quote : only double quotes , make deimeter separated sentence to be treated as one itemEscape: ^ (not 阅读全文
posted @ 2019-05-22 11:18 HEIS老妖 阅读(185) 评论(0) 推荐(0) 编辑
摘要: Authorize vs Authenticate https://www.cnblogs.com/shuidao/p/3463947.html https://connect2id.com/learn/openid-connect https://www.cnblogs.com/shuidao/p 阅读全文
posted @ 2019-05-20 18:14 HEIS老妖 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Red Hat Developer Toolsetdelivers the latest stable versions of essential GCC C, C++, Fortran, and supporting developmenttools to enhance developer pr 阅读全文
posted @ 2019-04-23 20:11 HEIS老妖 阅读(254) 评论(4) 推荐(0) 编辑
摘要: wireshark display filterhttps://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDisplayFilterSection.html wireshark can't capture loopbackhttps:// 阅读全文
posted @ 2018-04-26 17:35 HEIS老妖 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 原因 : 程序太老, 调用了参数为 FILE * 类型的 api. 解决方式: 1. windows exe, 可直接#include<openssl/applink.c> // extern "C" 2. 如果是.dll文件, 可更新对应api, 使用BIO 替代FILE *, 例如 阅读全文
posted @ 2018-04-16 17:13 HEIS老妖 阅读(944) 评论(0) 推荐(0) 编辑
摘要: /* * http://www.cppblog.com/flyonok/archive/2011/03/24/133100.html */ #include #include #include #include #include #include #include "openssl/rsa.h" #include "openssl/crypto.h" #include "... 阅读全文
posted @ 2018-04-04 17:41 HEIS老妖 阅读(250) 评论(0) 推荐(0) 编辑
摘要: openssl 1.1.1 include/openssl include/internal 阅读全文
posted @ 2018-04-02 11:47 HEIS老妖 阅读(4084) 评论(0) 推荐(0) 编辑
摘要: Useful page : https://github.com/openzipkin/b3-propagation & other official websites Steps to run attached scripts 阅读全文
posted @ 2018-03-23 09:54 HEIS老妖 阅读(2392) 评论(2) 推荐(0) 编辑
摘要: /etc/environment : Is the correct place to specify system-wide environment variables that should be available to all processes./etc/profile : Is the s 阅读全文
posted @ 2018-03-16 14:09 HEIS老妖 阅读(130) 评论(1) 推荐(0) 编辑