Skip to content

ruby ffi for "The Linux Programming Interface" by Michael Kerrisk

Notifications You must be signed in to change notification settings

rortian/tlpi-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an attempt to translate and hopefully go on to expose Linux system calls 
that will be following:

The Linux Programming Interface
by Michael Kerrisk
http://man7.org/tlpi/

which has an impressive source distribution found at:

http://man7.org/tlpi/code/index.html

The native calls to libc are done with the excellent ruby ffi gem.

You can use:

readelf -s --wide libcairo.so.2

to get the symbols out of a elf shared library.

About

ruby ffi for "The Linux Programming Interface" by Michael Kerrisk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages