Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horsicq/PDBRipper
PDBRipper is a utility for extract an information from PDB-files.
https://github.com/horsicq/PDBRipper
hacktoberfest hacktoberfest2023 pdb pdb-files pdb-parser reverse-engineering
Last synced: 22 days ago
JSON representation
PDBRipper is a utility for extract an information from PDB-files.
- Host: GitHub
- URL: https://github.com/horsicq/PDBRipper
- Owner: horsicq
- License: mit
- Created: 2020-01-29T18:13:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T23:01:07.000Z (7 months ago)
- Last Synced: 2024-05-02T05:14:42.409Z (7 months ago)
- Topics: hacktoberfest, hacktoberfest2023, pdb, pdb-files, pdb-parser, reverse-engineering
- Language: C
- Homepage:
- Size: 1.61 MB
- Stars: 747
- Watchers: 27
- Forks: 88
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - horsicq/PDBRipper - PDBRipper is a utility for extract an information from PDB-files. (C)
README
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NF3FBD3KHMXDN)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/horsicq/PDBRipper.svg)](https://github.com/horsicq/PDBRipper/releases)
[![GitHub All Releases](https://img.shields.io/github/downloads/horsicq/PDBRipper/total.svg)](https://github.com/horsicq/PDBRipper/releases)PDBRipper
=======PDBRipper is an utility for extract an information from PDB-files.
![alt text](https://github.com/horsicq/PDBRipper/blob/master/mascots/PDBRipper.png "Mascot")
![alt text](https://github.com/horsicq/PDBRipper/blob/master/docs/screenshot_gui.jpg "Screenshot gui")
![alt text](https://github.com/horsicq/PDBRipper/blob/master/docs/screenshot_console.jpg "Screenshot console")How to build on Windows
=======Install Visual Studio 2013: https://github.com/horsicq/build_tools
Install Qt 5.6.3 for VS2013: https://github.com/horsicq/build_tools
Install 7-Zip: https://www.7-zip.org/
Clone project: git clone --recursive https://github.com/horsicq/PDBRipper.git
Edit build_win32.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)
Run build_win32.bat
## Special Thanks
- [PELock Software Protection & Reverse Engineering](https://www.pelock.com)