{"id":19996075,"url":"https://github.com/mohitmishra786/underTheHoodOfExecutables","last_synced_at":"2025-05-04T13:32:23.970Z","repository":{"id":259338797,"uuid":"877280651","full_name":"mohitmishra786/underTheHoodOfExecutables","owner":"mohitmishra786","description":"A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary optimization techniques. Perfect for systems programmers, C developers, and anyone interested in low-level programming concepts.","archived":false,"fork":false,"pushed_at":"2024-11-11T09:35:46.000Z","size":237,"stargazers_count":59,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-11T10:31:41.901Z","etag":null,"topics":["binary-analysis","binary-format","c-programming","compilation","computer-science","dynamic-linking","educational","elf","executable","linker","loader","low-level-programming","operating-systems","optimization","performance-optimization","programming-guide","reverse-engineering","static-linking","system-programming","tutorial"],"latest_commit_sha":null,"homepage":"https://mohitmishra786.github.io/underTheHoodOfExecutables/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohitmishra786.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-23T11:53:32.000Z","updated_at":"2024-11-11T09:43:55.000Z","dependencies_parsed_at":"2024-10-24T15:32:15.093Z","dependency_job_id":"04098c06-2b9f-4d9c-b16e-46c208de0089","html_url":"https://github.com/mohitmishra786/underTheHoodOfExecutables","commit_stats":null,"previous_names":["mohitmishra786/underthehoodofexecutables"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitmishra786%2FunderTheHoodOfExecutables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitmishra786%2FunderTheHoodOfExecutables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitmishra786%2FunderTheHoodOfExecutables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitmishra786%2FunderTheHoodOfExecutables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohitmishra786","download_url":"https://codeload.github.com/mohitmishra786/underTheHoodOfExecutables/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224393950,"owners_count":17303725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary-analysis","binary-format","c-programming","compilation","computer-science","dynamic-linking","educational","elf","executable","linker","loader","low-level-programming","operating-systems","optimization","performance-optimization","programming-guide","reverse-engineering","static-linking","system-programming","tutorial"],"created_at":"2024-11-13T05:01:13.894Z","updated_at":"2025-05-04T13:32:23.963Z","avatar_url":"https://github.com/mohitmishra786.png","language":"HTML","funding_links":[],"categories":["Anti Cheat"],"sub_categories":[],"readme":"# Under The Hood Of Executables 🔍\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)\n[![Made with Love](https://img.shields.io/badge/Made%20with-❤-red.svg)](https://github.com/mohitmishra786/underTheHoodOfExecutables)\n\nAn 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.\n\n## 📚 Book Website\n\nVisit this book website: [Under The Hood Of Executables](https://mohitmishra786.github.io/underTheHoodOfExecutables/)\n\n## 🌟 Features\n\n- Detailed explanations of ELF format\n- Deep dive into linking and loading processes\n- Practical examples and case studies\n- Interactive diagrams and illustrations\n- Step-by-step tutorials\n- Real-world applications\n- Performance optimization insights\n\n## 📖 Content Structure\n\nThe book is organized into five parts, each focusing on different aspects of the compilation and linking process. [View detailed content structure](INDEX.md)\n\n## 🚀 Getting Started\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/mohitmishra786/underTheHoodOfExecutables.git\n   ```\n\n2. Navigate to the chapter you're interested in:\n   ```bash\n   cd underTheHoodOfExecutables\n   ```\n\n3. Read the chapters in markdown format or visit our [website](https://mohitmishra786.github.io/underTheHoodOfExecutables/) for an enhanced reading experience.\n\n## Star History\n\n\u003ca href=\"https://star-history.com/#mohitmishra786/underTheHoodOfExecutables\u0026Date\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=mohitmishra786/underTheHoodOfExecutables\u0026type=Date\u0026theme=dark\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=mohitmishra786/underTheHoodOfExecutables\u0026type=Date\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=mohitmishra786/underTheHoodOfExecutables\u0026type=Date\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n\n## 🤝 Contributing\n\nContributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md) before getting started.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- All contributors who have helped improve this guide\n- The C programming community\n- Open source tools and documentation that made this possible\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohitmishra786%2FunderTheHoodOfExecutables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohitmishra786%2FunderTheHoodOfExecutables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohitmishra786%2FunderTheHoodOfExecutables/lists"}