Git Product home page Git Product logo

pdb-guid's Introduction

bugsplat-github-banner-basic-outline

BugSplat

Crash and error reporting built for busy developers.


pdb-guid

A nifty little library for reading unique identifiers from pdb, exe, and dll files.

Command Line

  1. Install this package globally npm i -g pdb-guid
  2. Run pdb-guid with -h to see the latest usage information:
bobby@BugSplat % ~ % pdb-guid -h

pdb-guid

  A command line utility and library for reading the GUID of a .pdb, .exe, or   
  .dll file.                                                                    

Usage

  --path string   Path to a .pdb, .exe, or .dll file. 
  -h, --help      Print this usage guide.             

Example

  pdb-guid path-to-exe-dll-or-pdb-file 

Links

  ๐Ÿ› https://bugsplat.com                     
                                              
  ๐Ÿ’ป https://github.com/BugSplat-Git/pdb-guid 
                                              
  ๐Ÿ’Œ [email protected] 
  1. Run pdb-guid specifying a path to a pdb, exe, or dll file:
bobby@BugSplat % ~ % pdb-guid ./path/to/bugsplat.pdb
E546B55B6D214E86871B40AC35CD0D461

API

  1. Install this package locally npm i @bugsplat/pdb-guid.
  2. Create a new instance of PdbFile by awaiting a call to the static factory function PdbFile.createFromFile. This method accepts files with a .pdb extension.
const pdbFile = await PdbFile.createFromFile('./path/to/bugsplat.pdb');
  1. Create a new instance of PeFile by awaiting a call to the static factory function PeFile.createFromFile. This method accepts files with a .exe or .dll extension.
const peFile = await PeFile.createFromFile('./path/to/bugsplat.exe');
  1. The guid property of PdbFile and PeFile instances will contain the unique identifier for the file.
const guid = pdbFile.guid;

๐Ÿ› About

BugSplat is a software crash and error reporting service with support for Windows Native C++, Qt, Unreal Engine and many more. BugSplat automatically captures critical diagnostic data such as stack traces, log files, and other runtime information. BugSplat also provides automated incident notifications, a convenient dashboard for monitoring trends and prioritizing engineering efforts, and integrations with popular development tools to maximize productivity and ship more profitable software.

pdb-guid's People

Contributors

bobbyg603 avatar sandercox avatar

Watchers

 avatar

Forkers

sandercox

pdb-guid's Issues

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.