Skip to content

Lunatik v3.4

Compare
Choose a tag to compare
@lneto lneto released this 06 Mar 13:13
· 99 commits to master since this release

What's Changed

  • added lunatik object
    • now it's possible to share objects (e.g., sockets) among different runtimes
  • added echo server example
  • added systrack example for monitoring system calls
  • added probe library
    • now it's possible to create kprobes handlers
  • added data library
    • now it's possible to allocate and dereference system memory
  • added syscall library
    • now it's possible to access the system call table
  • added linux.schedule(), linux.errno

Full Changelog: v3.3.2...v3.4