-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Port Request] bddisasm #16982
Comments
bddisasm is an interesting library that i wanted to use in some of my projects for quite a while but because it wasnt supported by vcpkg, i never had the opportunity. Thank you for your contribution! |
I'm glad to here that. Writing the port was a good motivation for modernizing some aspects of our build scripts :) |
Any updates on this? Is there anything I can/should do? |
@ianichitei, could you submit a PR for this? |
Thanks for posting this request and also for your PR @ianichitei. |
Library name: bddisasm
Library description: x86/x86_64 instruction decoder and emulator
Source repository URL: https://github.com/bitdefender/bddisasm
Anything else that is useful to know when adding (such as optional features the library may have that should be included):
I've already prepared a port here, but the contributing guidelines recommend opening an issue to discuss the port, instead of opening directly a PR.
I've tested the port with GCC and Clang on Linux and MSVC on Windows when building with CMake. I also checked the MSBuild integration with Visual Studio 2019 16.7.1. Everything seems to work, but I'm not entirely sure if I did everything right in the portfile.
The text was updated successfully, but these errors were encountered: