设为首页 加入收藏

TOP

C# 遍历DLL导出函数(四)
2019-09-03 02:02:34 】 浏览:86
Tags:遍历 DLL 导出 函数
nbsp;
  •     public ushort e_cblp;    // Bytes on last page of file  
  •     public ushort e_cp;      // Pages in file  
  •     public ushort e_crlc;    // Relocations  
  •     public ushort e_cparhdr;     // Size of header in paragraphs  
  •     public ushort e_minalloc;    // Minimum extra paragraphs needed  
  •     public ushort e_maxalloc;    // Maximum extra paragraphs needed  
  •     public ushort e_ss;      // Initial (relative) SS value  
  •     public ushort e_sp;      // Initial SP value  
  •     public ushort e_csum;    // Checksum  
  •     public ushort e_ip;      // Initial IP value  
  •     public ushort e_cs;      // Initial (relative) CS value  
  •     public ushort e_lfarlc;      // File address of relocation table  
  •     public ushort e_ovno;    // Overlay number  
  •     [MarshalAs(UnmanagedType.ByValArray, SizeConst = 4)]  
  •     public ushort[] e_res1;    // Reserved words  
  •     public ushort e_oemid;       // OEM identifier (for e_oeminfo)  
  •     public ushort e_oeminfo;     // OEM information; e_oemid specific  
  •     [MarshalAs(UnmanagedType.ByValArray, SizeConst = 10)]  
  •     public ushort[] e_res2;    // Reserved words  
  •     public int e_lfanew;      // File address of new exe header  
  •   
  •     private string _e_magic  
  •     {  
  •         get { return new string(e_magic); } 
  • 首页 上一页 1 2 3 4 5 6 7 下一页 尾页 4/9/9
    】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
    上一篇初识IO流之小型资源管理器 下一篇常用的WebService一览表

    最新文章

    热门文章

    Hot 文章

    Python

    C 语言

    C++基础

    大数据基础

    linux编程基础

    C/C++面试题目