Coder Social home page Coder Social logo

sharppdb's Introduction

SharpPdb

Collections of classes for reading PDB files, both Windows and Portable PDBs.

Latest status

Windows build status Linux build status Code coverage Nuget version

If you want newer version than what is available on nuget.org, you can click on Latest build, select Configuration and click on Artifacts. You can also use private nuget feed from AppVeyor CI builds.

Building

Use dotnet command for building and creating nugets:

dotnet build
dotnet pack

Running tests

Before running tests, you need to download input PDBs. Change directory to pdbs and run download script:

  • On Windows: download.ps1
  • On Linux: download.sh

After that, you can use dotnet command for running the tests:

dotnet test

Using library

If you want to read managed PDBs, you should use SharpPdb.Managed.PdbFileReader class for opening PDB file and continue with SharpPdb.Managed.IPdbFile interface.

If you want to read native PDBs, you should use SharpPdb.Native.PdbFileReader class. It's public functions and properties provide access to PDB data.

For reading Windows PDB file directly without wrapper, you can use SharpPdb.Windows.PdbFile class. Then you can use properties to access PDB streams.

sharppdb's People

Contributors

southpolenator avatar

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.