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: killbugs/GetNETGUIDs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cylance/GetNETGUIDs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Nov 23, 2015

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

Commits on Apr 30, 2016

  1. Updates (cylance#5)

    * add compile time to output
    
    very useful when comparing a large set from same family
    
    * fix typo
    
    * format output 
    
    cleaner to read
    
    * output to CSV option
    
    CSV output and version 1.4.1
    r3comp1le authored and Bwall committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    551afe8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Handle coded index variable sizes (cylance#7)

    * Detect when coded indices are 4 bytes rather than 2
    
    * Be more careful about what attribute might be typelib id
    
    Since typelib ids are recorded as a GuidAttribute on an assembly, any
    guids from other CustomAttribute entries that are not on an assembly and
    are not constructed from a MemberRef can be discarded.
    
    MemberRef can be used to filter because GuidAttribute comes from
    mscorlib, so unless we're looking at mscorlib itself GuidAttribute will
    always be constructed using a MemberRef into another assembly.
    
    * Tables that are not present should have a row count of 0
    
    If higher-index tables were not present, but their row count affects a
    coded index, the row_count array may not have been large enough to index
    for all tables the coded index can reach.
    
    As a fix, ensure the row_count table is always 64 entries.
    iximeow authored and Bwall committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    3aed213 View commit details
    Browse the repository at this point in the history
  2. Minor updates (cylance#8)

    * Update version number
    
    * Update version number
    
    * Update README.md
    bartblaze authored and Bwall committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    360afd7 View commit details
    Browse the repository at this point in the history
Loading