5 lines
490 B
Markdown
5 lines
490 B
Markdown
# CappuccinOS/scripts
|
|
This folder is responsible for holding all the scripts that are necessary for building CappuccinOS
|
|
|
|
- **demangle-symbols.py**<br/>
|
|
This file takes in a symbols file generated by the `nm` program and outputs a symbol file with the symbol names demangled, it uses my library, [rustc_demangle.py](https://github.com/juls0730/rustc_demangle.py) which is a python port of the Rust symbol demangling library [rustc-demangle](https://github.com/rust-lang/rustc-demangle). |