gcc-with-python3_dbg
plugin for GCC to invoke Python scripts from inside the compiler
Install
- All systems
-
curl cmd.cat/gcc-with-python3_dbg.sh
- Debian
-
apt-get install gcc-python3-dbg-plugin
- Ubuntu
-
apt-get install gcc-python3-dbg-plugin
- Kali Linux
-
apt-get install gcc-python3-dbg-plugin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcc-python3-dbg-plugin
- Raspbian
-
apt-get install gcc-python3-dbg-plugin
- Dockerfile
- dockerfile.run/gcc-with-python3_dbg
gcc-python3-dbg-plugin
plugin for GCC to invoke Python scripts from inside the compiler
The GCC Python plugin is a plugin for GCC, which links against libpython, and allows you to invoke arbitrary Python scripts from inside the compiler. The aim is to allow you to write GCC plugins in Python.