# retdec-support **Repository Path**: pangxinli1/retdec-support ## Basic Information - **Project Name**: retdec-support - **Description**: https://github.com/avast/retdec-support/releases/download/2019-03-08/retdec-support_2019-03-08.tar.xz - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-24 - **Last Updated**: 2022-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RetDec Support Support packages for the [RetDec](https://github.com/avast/retdec) decompiler. The packages contain the following data: * A mapping of ordinal numbers to names for functions from selected Windows DLLs. * A database of data types for functions from selected standard header files. * YARA rules for statically linked code detection for functions from selected standard libraries. * YARA rules for standard cryptographic constants. The packages are created as follows: ``` XZ_DEFAULTS="-T 8" XZ_OPT=-9 tar cvJf retdec-support_YYYY-MM-DD.tar.xz * ``` ## Use A suitable package from this repository is automatically downloaded during the installation step of RetDec. ## License Copyright (c) 2017 Avast Software, licensed under the MIT license. See the [`LICENSE`](https://github.com/avast/retdec-support/blob/master/LICENSE) file for more details.