Home

Awesome

Under The Hood Of Executables 🔍

License: MIT PRs Welcome Made with Love

An in-depth exploration of how C programs transform from source code to executable binaries. This repository contains a comprehensive guide to understanding linking, loading, and executable formats.

📚 Book Website

Visit this book website: Under The Hood Of Executables

🌟 Features

📖 Content Structure

The book is organized into five parts, each focusing on different aspects of the compilation and linking process. View detailed content structure

🚀 Getting Started

  1. Clone the repository:

    git clone https://github.com/mohitmishra786/underTheHoodOfExecutables.git
    
  2. Navigate to the chapter you're interested in:

    cd underTheHoodOfExecutables
    
  3. Read the chapters in markdown format or visit our website for an enhanced reading experience.

Star History

<a href="https://star-history.com/#mohitmishra786/underTheHoodOfExecutables&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=mohitmishra786/underTheHoodOfExecutables&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=mohitmishra786/underTheHoodOfExecutables&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=mohitmishra786/underTheHoodOfExecutables&type=Date" /> </picture> </a>

🤝 Contributing

Contributions are welcome! Please read our Contributing Guidelines and Code of Conduct before getting started.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments