Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 913 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 913 Bytes

vDSO Exploration in Linux 🔍

Welcome to the ultimate resource for understanding vDSO in Linux! 🎉

Contents 📑

  1. vDSO Basics 📖
  2. vDSO Example 1 💻
  3. vDSO Example 2 💻
  4. Tracing vDSO with strace 👀
  5. Deep Dive into linux-vdso 🤿
  6. Understanding vsyscalls 💡

Introduction 💬

Virtual Dynamic Shared Object (vDSO) is a fascinating feature in Linux that optimizes certain system calls. Instead of switching between user and kernel mode, vDSO accelerates specific system calls in user-space. Navigate through the directories to understand its application and significance.

Contributions 🤝

Feel free to contribute, raise issues, or suggest improvements. Your inputs are highly valued! ⭐

Happy Exploring! 🚀