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.
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
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
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.