module Ronin::ASM::OS

Constants

SYSCALLS

Collection of all known syscalls, grouped by OS and Arch.

@return [Hash{Symbol => Hash{Symbol => Hash{Symbol => Integer}}}]

Syscall names and numbers, organized by OS then Arch.