8000 Comparing f694680...8fdff8d · coderforlife/pe-file · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coderforlife/pe-file
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f694680
Choose a base ref
...
head repository: coderforlife/pe-file
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8fdff8d
Choose a head ref
  • 13 commits
  • 23 files changed
  • 2 contributors

Commits on Apr 20, 2012

  1. Merge pull request #1 from coderforlife/(null)

    Added MSVC Debug Compile Script
    coderforlife committed Apr 20, 2012
    Configuration menu
    Copy the full SHA
    1776273 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2012

  1. Restructure of a lot of the internal code to remove Windows API depen…

    …dencies along with licensing under GPL.
    
    Removed ustl and am now just using standard stl.
    
    Added PEVersion to completely replace use of VerQueryValue.
    
    Abstracted out data source so memory-mapped files and in-memory data can be used more seamlessly. Added POSIX code to use when Win API is not available. The POSIX code is untested but it should be mostly there.
    coderforlife committed May 23, 2012
    Configuration menu
    Copy the full SHA
    0c74d2c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2012

  1. Added a dynamic pointer class that automatically moves when the under…

    …lying memory pointer (from a data source) moves (e.g. due to a realloc or re-memory-map). This means that far fewer returned pointers are "invalid" after certain operations.
    coderforlife committed May 24, 2012
    Configuration menu
    Copy the full SHA
    4a70e28 View commit details
    Browse the repository at this point in the history
  2. Minor changes to DataTypes: ignore some MS warnings and move ResID2In…

    …t out of internal namespace.
    coderforlife committed May 24, 2012
    Configuration menu
    Copy the full SHA
    098df35 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2012

  1. Very minor changes.

    coderforlife committed May 25, 2012
    Configuration menu
    Copy the full SHA
    2930c14 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2012

  1. Configuration menu
    Copy the full SHA
    2049c71 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2012

  1. Configuration menu
    Copy the full SHA
    7946dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1abba View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2012

  1. Merge pull request #2 from ljbade/master

    Fix for building in Visual C++ 2010
    coderforlife committed Oct 8, 2012
    Configuration menu
    Copy the full SHA
    86c96e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    b53a851 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cbb661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5abe72a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Configuration menu
    Copy the full SHA
    8fdff8d View commit details
    Browse the repository at this point in the history
Loading
0