Skip to content

Issue when running on Windows #28

Description

@andrew-donnell

The command SymbolSort.exe -in SymbolSort.exe works fine (even though the results are all zeros), but when I try to command to run on my real target, I get the following issue. Maybe the developer has insight on what might be causing this?

[edit]: I've tried building multiple different ways (with the default VS solution, with a brand new C# project, etc.) per the other Issues on this repo. Everything seems to lead to this same NotImplementedException. I have no issues with building, and my dll file is in the right place and included properly per the instructions I could find here and other places. Clearly I'm still not doing something right though.....

Reading section info...

Unhandled Exception: System.NotImplementedException: The method or operation is not implemented.
   at Dia2Lib.IDiaSession.getEnumTables(IDiaEnumTables& ppEnumTables)
   at SymbolSort.SymbolSort.GetEnumSectionContribs(IDiaSession session) in C:\SymbolSort\SymbolSort.cs:line 679
   at SymbolSort.SymbolSort.BuildSectionContribTable(IDiaSession session, List`1 sectionContribs) in C:\SymbolSort\SymbolSort.cs:line 889
   at SymbolSort.SymbolSort.ReadSymbolsFromPDB(List`1 symbolsOutput, String filename, String searchPath, UserFlags options) in C:\SymbolSort\SymbolSort.cs:line 1198
   at SymbolSort.SymbolSort.LoadSymbols(InputFile inputFile, List`1 symbols, String searchPath, UserFlags options) in C:\SymbolSort\SymbolSort.cs:line 1550
   at SymbolSort.SymbolSort.Main(String[] args) in C:\SymbolSort\SymbolSort.cs:line 1825

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions