Skip to content

Instantly share code, notes, and snippets.

View chenjia404's full-sized avatar

陈佳 chenjia404

View GitHub Profile
@chenjia404
chenjia404 / PEInfo.cs
Created February 8, 2017 15:42 — forked from wuhy80/PEInfo.cs
采用C#分析PE文件格式
/// <summary>
/// PeInfo 的摘要说明
/// </summary>
public class PeInfo
{
/// <summary>
/// 全部文件数据
/// </summary>
private byte[] PEFileByte;
private bool _OpenFile = false;