pub fn pe_combined_source(
core_types: &str,
program: &str,
) -> Result<String, String>Expand description
Assemble the full PE-run source (core types + PE + decompiler + encoded
input + driver) — the exact program projection1_source_real_fast
executes. Public so differential harnesses can run it on a specific engine.