https://github.com/assetripper/assetripper.bindings.mspdbcore
Managed wrapper for mspdbcore.dll
https://github.com/assetripper/assetripper.bindings.mspdbcore
Last synced: 12 months ago
JSON representation
Managed wrapper for mspdbcore.dll
- Host: GitHub
- URL: https://github.com/assetripper/assetripper.bindings.mspdbcore
- Owner: AssetRipper
- License: mit
- Created: 2024-11-27T22:57:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T23:21:18.000Z (over 1 year ago)
- Last Synced: 2025-06-05T18:08:36.080Z (about 1 year ago)
- Language: C#
- Homepage: https://www.nuget.org/packages/AssetRipper.Bindings.MsPdbCore
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AssetRipper.Bindings.MsPdbCore
These are bindings over `mspdbcore.dll` which is shipped with Visual Studio.
## Required Files
You need to manually copy the following Microsoft-provided libraries from Visual Studio (or other build tools) for this wrapping library. They cannot be redistributed because the license on them is not clear.
* `mspdbcore.dll`
* `msobj140.dll`
* `tbbmalloc.dll`
These need to be placed next to the built executable file. Use file search to find `mspdbcore` in the Visual Studio install directory. By default, they are in `C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\`.