Git Product home page Git Product logo

Comments (3)

tyranid avatar tyranid commented on July 17, 2024 1

Sorry that I didn't reply for so long. It does seem that MS is no longer building proxy definitions with names anymore which is a real shame as that was super helpful. I've added a fix for the NPD so hopefully it at least doesn't crash.

from oleviewdotnet.

Ciantic avatar Ciantic commented on July 17, 2024

I also got it running by simply making it name ?? "" in my fork:

https://github.com/Ciantic/oleviewdotnet/blob/e3306cbab9fd05c6951adce320e80cb20977aee8/OleViewDotNet.Main/COMUtilities.cs#L2039

However this is not a fix yet, where can we get more WinRT names? Now they are all null or empty, it's still better but we need to figure out a way to get mangled names.

from oleviewdotnet.

Ciantic avatar Ciantic commented on July 17, 2024

@tyranid There are tools such as https://github.com/t1m0thyj/GetVirtualDesktopAPI_DIA that gets the PDB symbols from Micorosoft.com/symbols and combines them to produce proxy definition interface with all the names. Even for Windows internals such as those Virtual Desktop APIs.

I know that oleviewdotnet is probably on maintenance, but that's what I was actually looking to do with my fork, somehow download symbols and combine.

Here is an example I produced with that python script:

https://github.com/Ciantic/DumpVDIA/blob/master/current.txt

I think the combination needs to find an implementing class from a DLL, and with PDB figure out the interface definitions from there. It's kind of tricky.

EDIT Now I know, it should be separate feature, to browse class instances that can be viewed with PDB, that's how IDA does it too, but it's view is so confusing compared to oleview

from oleviewdotnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.