freebsd-ports/devel/zydis/pkg-plist
Martin Filla 4422950bd2 devel/zydis: Update to 4.1.0
ChangeLog: https://github.com/zyantific/zydis/releases/tag/v4.1.0

Features

 * Add AVX-VNNI-INT16, SHA512, SM3, SM4 and PBNDKB ISA extensions
 * Add UD0_COMPAT decoder mode
 * Add support for loongarch
 * Add PCOMMIT instruction
 * Update instructions and add new ISA extensions

Improvements

 * Fix ZydisFeature enum max value constant
 * Excluded test tool from shared library builds
 * CMake: remove CXX from project directive
 * Use ZYAN_DIV64 in ZydisStringAppendDecU64
 * Improve color output for ZydisInfo and ZydisDisasm
 * Add missing static keywords.
 * Convert ZydisDecoder field decoder_mode to a bitmap.
 * Add ZYDIS_BUILD_TESTS option and include tests in CMakeLists.txt
 * Fix the installation location of manpages
 * Build: fix amalgamation public header warning
 * Add missing (void) on functions without args
 * Fix ZYDIS_FORMATTER_PROP_HEX_FORCE_LEADING_NUMBER
 * Improve fuzzer stability in persistent mode
 * CMake: mark zycore dependency as required
 * Improve ZydisRegisterGetLargestEnclosing
 * Check if Zydis is the top-level project for better FetchContent support
 * CMake: improve search for Zycore
 * Fix #463: Wrong target offset calculated when using bnd prefix
 * Fuzzing improvements and bugfixes
 * Doc: extract documentation from all headers
 * Formatter improvements (sizes and addresses)
 * Fix alignment issues with Intel macOS builds
 * Keep same order of files for amalgamation
 * Reworked absolute address handling
 * Enforce predicted instruction size

PR:		278132
2024-04-04 14:23:57 +02:00

38 lines
1.1 KiB
Plaintext

bin/ZydisDisasm
bin/ZydisInfo
include/Zydis/Decoder.h
include/Zydis/DecoderTypes.h
include/Zydis/Defines.h
include/Zydis/Disassembler.h
include/Zydis/Encoder.h
include/Zydis/Formatter.h
include/Zydis/FormatterBuffer.h
include/Zydis/Generated/EnumISAExt.h
include/Zydis/Generated/EnumISASet.h
include/Zydis/Generated/EnumInstructionCategory.h
include/Zydis/Generated/EnumMnemonic.h
include/Zydis/Generated/EnumRegister.h
include/Zydis/Internal/DecoderData.h
include/Zydis/Internal/EncoderData.h
include/Zydis/Internal/FormatterATT.h
include/Zydis/Internal/FormatterBase.h
include/Zydis/Internal/FormatterIntel.h
include/Zydis/Internal/SharedData.h
include/Zydis/Internal/String.h
include/Zydis/MetaInfo.h
include/Zydis/Mnemonic.h
include/Zydis/Register.h
include/Zydis/Segment.h
include/Zydis/SharedTypes.h
include/Zydis/ShortString.h
include/Zydis/Status.h
include/Zydis/Utils.h
include/Zydis/Zydis.h
lib/cmake/zydis/zydis-config-version.cmake
lib/cmake/zydis/zydis-config.cmake
lib/cmake/zydis/zydis-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/zydis/zydis-targets.cmake
lib/libZydis.so
lib/libZydis.so.4.1
lib/libZydis.so.4.1.0.0