mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
0373732b69
Introduces a default analysis list indede to be run first on binaries.
11 lines
215 B
YAML
11 lines
215 B
YAML
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
AnalysesLists:
|
|
- Name: revng-initial-auto-analysis
|
|
Analyses:
|
|
- ImportBinary
|
|
- AddPrimitiveTypes
|
|
- DetectABI
|