bitdefender / bddisasm

bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Apache License 2.0
874 stars 112 forks source link

Add support for CMake find_package #31

Closed ianichitei closed 3 years ago

ianichitei commented 3 years ago

This allows other CMake projects to find bddisasm using find_package. It should also make #8 easier to implement.

Sample integration available here.