Skip to content

Instantly share code, notes, and snippets.

@LaceyT
LaceyT / PEInfo.cs
Created March 11, 2021 02:33 — forked from wuhy80/PEInfo.cs
采用C#分析PE文件格式
/// <summary>
/// PeInfo 的摘要说明
/// </summary>
public class PeInfo
{
/// <summary>
/// 全部文件数据
/// </summary>
private byte[] PEFileByte;
private bool _OpenFile = false;
@LaceyT
LaceyT / README.md
Created October 26, 2020 07:15 — forked from pcan/README.md
Node.js plain TLS Client & Server, 2-way Cert Auth

Node.js TLS plain TLS sockets

This guide shows how to set up a bidirectional client/server authentication for plain TLS sockets.

Newer versions of openssl are stricter about certificate purposes. Use extensions accordingly.

Prepare certificates

Generate a Certificate Authority: