Mangled kernel names in raw file

Hi,
I see that the kernel name in the raw file is demangled. Is there a way to parse the ncu-rep file with --page raw and mangled kernel names?

Let me make sure that I understand your question. Are you looking for a CLI output from the report using “–page raw” but you want the kernel names mangled instead of demangled? If so, you should be able to use “ncu -i <REPORT_FILE> --page raw --print-kernel-base=mangled”. Using the -i flag lets you import an existing report.

Correct. Thank you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.