Searchable Linux Syscall Table for x86 and x86_64

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • linux

    Linux kernel source tree

  • I've used this list many times, thanks. The header file with definitions that gets exported to user space is here:

    https://github.com/torvalds/linux/blob/master/include/uapi/a...

  • gvisor

    Application Kernel for Containers

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • strace

    strace is a diagnostic, debugging and instructional userspace utility for Linux

  • There's a pretty decent set of autogenerated lists present in strace source, see e.g. https://github.com/strace/strace/blob/master/src/linux/64/io...

  • ish

    Linux shell for iOS

  • I've never used it, but https://github.com/jart/blink is pretty much that. It's tiny and:

    > We regularly test that Blink is able run x86-64-linux binaries on the following platforms:

    > Linux (x86, ARM, RISC-V, MIPS, PowerPC, s390x)

    > macOS (x86, ARM)

    > FreeBSD

    > OpenBSD

    > Cygwin

  • krf

    A kernelspace syscall interceptor and randomized faulter

  • This is an old resource, but one that helped me out a lot when writing a fault injection tool for Linux[1].

    [1]: https://github.com/trailofbits/krf

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts