タグ

peに関するizariuo440のブックマーク (4)

  • W2Lライブラリ

    スクリーンショット WindowsGTK+版 W2Lライブラリの利点 Windows専用のプログラムをマルチプラットフォーム化してUNIX系OSにも対応させようと考えたとき、いくつか方法があると思いますがどの場合でもソースコードを書き直したり新規にソースコードを書く必要があります。またツールキットに対する知識やUNIX系OSに関する知識を新たに習得する必要があります。Windowsネイティブなプログラムを止めてツールキットなどでマルチプラットフォーム化した場合、新しくなったGUIや機能が既存のユーザに受け入れられるとは限りません。また書き直したプログラムが思うように動作するとも限りません。Windowsネイティブなプログラムの開発を続けつつ、UNIX系OSに移植した場合には同時に2系統のプログラムのサポートをしなければなりません。これにはコストがかかります。Windowsプログラムをマ

  • Peering Inside the PE: A Tour of the Win32 Portable Executable File Format

    Other fields are defined in WINNT.H The third component of the PE header is a structure of type IMAGE_OPTIONAL_HEADER. For PE files, this portion certainly isn't optional. The COFF format allows individual implementations to define a structure of additional information beyond the standard IMAGE_FILE_HEADER. The fields in the IMAGE_OPTIONAL_HEADER are what the PE designers felt was critical informa

    Peering Inside the PE: A Tour of the Win32 Portable Executable File Format
  • PE Format | Microsoft Docs

    This specification describes the structure of executable (image) files and object files under the Windows family of operating systems. These files are referred to as Portable Executable (PE) and Common Object File Format (COFF) files, respectively. This revision of the Microsoft Portable Executable and Common Object File Format Specification replaces all previous revisions of this specification. G

    PE Format | Microsoft Docs
  • S.S'S HOMEPAGE 逆アセのスス乂 目次 MicrosoftのCOFFフォーマット解説 日本語訳

    目次 1. 基概念 2. 概要 3. ファイル ヘッダ 3.1 MS-DOSのスタブ(イメージのみ) 3.2 シグネチャ(イメージのみ) 3.3 COFFファイル ヘッダ(オブジェクトとイメージ) 3.3.1 マシン タイプ 3.3.2 特性 3.4 オプション ヘッダ(通常はイメージのみ) 3.4.1 オプション ヘッダの標準フィールド(イメージのみ) 3.4.2 オプション ヘッダのWindows NT固有フィールド(イメージのみ) 3.4.3 オプション ヘッダのデータ ディクショナリ(イメージのみ) 4. セクション テーブル(セクション ヘッダ) 4.1 セクション フラグ 4.2 Grouped Sections(オブジェクトのみ) 5. 他のファイル内容 5.1 セクション データ 5.2 COFFの再配置(オブジェクトのみ) 5.2.1 タイプ インジケータ 5.3 CO

  • 1