Skip to content

IntroVirt/libmspdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libmspdb

Description

CI Tests

libmspdb is a parsing library for Microsoft Program Database (PDB) files. This library is primarily used by IntroVirt to parse memory in Windows virtual machines.

Quick Start

Install the latest release

Pre-built debian packages can be downloaded and installed from the latest libmspdb.zip release. For example, with:

mkdir libmspdb_pkg && cd libmspdb_pkg
wget https://github.com/IntroVirt/libmspdb/releases/latest/download/libmspdb.zip
unzip libmspdb.zip
sudo apt install ./*.deb

Build and install from source

To build from source:

sudo apt-get install -y cmake libcurl4-openssl-dev libboost-dev git
git clone https://github.com/IntroVirt/libmspdb.git
cd libmspdb/build/
cmake ..
make -j

Debian packages can then be built and installed (recommended):

make package
sudo apt install ./*.deb

Or make can be used directly to install:

sudo make install

Interested In Working For AIS?

Check out our Can You Hack It?® challenge and test your skills! Submit your score to show us what you’ve got. We have offices across the country and offer competitive pay and outstanding benefits. Join a team that is not only committed to the future of cyberspace, but to our employee’s success as well.

ais

About

Parsing library for the Microsoft Program Database files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •