mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Introduce ImportPrototypesFromDatabase
This commit introduces an analysis to import prototypes from a SQLite database of well-known prototypes, typically built from debug info of operating systems. This analysis supersedes import-well-known-models.
This commit is contained in:
@@ -65,7 +65,7 @@ analyses:
|
||||
- verify-diff
|
||||
- set-model
|
||||
- verify-model
|
||||
- import-well-known-models
|
||||
- import-prototypes-from-db
|
||||
- convert-functions-to-cabi
|
||||
- import-from-c
|
||||
|
||||
@@ -73,7 +73,7 @@ analysis-lists:
|
||||
- name: initial-auto-analysis
|
||||
analyses:
|
||||
- parse-binary
|
||||
- import-well-known-models
|
||||
- import-prototypes-from-db
|
||||
- detect-abi
|
||||
- detect-stack-size
|
||||
- analyze-data-layout
|
||||
|
||||
Reference in New Issue
Block a user