Skip to main content

Module compiledcode

Module compiledcode 

Source
Expand description

Inno-side wrapper for the embedded [Code] PascalScript blob.

The structural parser lives in the standalone pascalscript crate (sibling repo at ../pascalscript/) — fully host-agnostic, since RemObjects PascalScript III is used by many Delphi applications beyond Inno Setup. This module re-exports the parser’s Container type for analyst convenience and adds one Inno-specific helper: inno_api_description — a table mapping Inno’s runtime-registered PascalScript externals (the names a [Code] script can call) to short descriptions.

Structs§

Container
Parsed IFPS blob.

Constants§

INNO_API
Curated mapping of Inno API name → analyst-friendly summary.

Functions§

inno_api_description
Looks up name in INNO_API via binary search and returns the short description if found.