Skip to content

travisdowns/dump-vdso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dump-vdso

What

Dumps the Linux VDSO page to standard output.

Who

Written by Geoffrey Thomas as part of this blog post and released into the public domain under CC0.

Build

Run make or just compile it directly with your C compiler, like: cc dump-vdso.c -o dump-vdso.

Run

The raw vDSO data is printed to stdout, so you probably want to redirect the output somewhere:

./dump-vdso > vdso.so

Inspect

Once you've dumped the vDSO, you can inpspect it.

Show Symbols

objdump --dynamic-syms vdso.so

Disassemble

objdump -d vdso.so

About

Dumps the VDSO page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published