490 B
490 B
CappuccinOS/scripts
This folder is responsible for holding all the scripts that are necessary for building CappuccinOS
- demangle-symbols.py
This file takes in a symbols file generated by thenmprogram and outputs a symbol file with the symbol names demangled, it uses my library, rustc_demangle.py which is a python port of the Rust symbol demangling library rustc-demangle.