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
875 stars 112 forks source link

Add missing sources to Makefile for bddisasm #53

Closed ekilmer closed 2 years ago

ekilmer commented 2 years ago

Hello, this fixes an issue with missing symbols when using the Makefile (used in the Mishegos project)

ianichitei commented 2 years ago

Oops. I kinda deprecated the Makefile when I switched the build system to CMake. I didn't outright remove it from the project, only from the CI, and now here we are.

I'll try to update the mishegos integration to use CMake, to avoid this issue in the future, and maybe we'll even completely remove support for make in a future update.

ianichitei commented 2 years ago

All the checks passed, but GitHub keeps telling me that there is still one pending. I'm just going to merge it anyway.

Thanks for the fix! :)