mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
9b5eb460e0
Walks through the full helper evolution pipeline (QEMU C -> original IR -> full -> to-inline -> declarations-only), covering env-to-CSV rewriting by fix-helpers, REVNG_INLINE/REVNG_EXCEPTIONAL semantics, CSV access metadata, and per-artifact usage (lift, enforce-abi, recompile). All code snippets are tested via revng test-docs.
359 B
359 B
Developer's manual
The developer's manual describes concepts that are mostly useful for developing rev.ng.
The manual discusses the following topics:
- QEMU helpers: an extensive explanation of why QEMU helper functions are needed in the rev.ng lifting process, and how they are used at different stages in the decompilation pipeline.