You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZydisGetEncodableInstructions is an internal function that is not exported. It lives in Zydis/Internal/EncoderData.h when not amalgamated -- admittedly, that is harder to determine when using amalgamation. We should probably exclude the Internal directory from being included when generating the amalgamated header. For the time being, you can tell exported function from internal ones by the lack of the ZYDIS_EXPORT macro in front of the definition.
I'm using the v4.0.0 amalgamation. I can't use the function ZydisGetEncodableInstructions from Zydis.h.
The text was updated successfully, but these errors were encountered: