Package frysk.isa.syscalls

This package implements frysk's system-call database.

See:
          Description

Class Summary
LinuxIA32SyscallTable  
LinuxIA32SyscallTable.Ia32Syscall  
LinuxIA32SyscallTable.IpcSubSyscall  
LinuxIA32SyscallTable.SocketSubSyscall  
LinuxPPC32SyscallTable 32-bit PowerPC system calls.
LinuxPPC32SyscallTable.IpcSubSyscall  
LinuxPPC32SyscallTable.PowerPCSyscall  
LinuxPPC32SyscallTable.SocketSubSyscall  
LinuxPPC64SyscallTable 32-bit PowerPC system calls.
LinuxPPC64SyscallTable.IpcSubSyscall  
LinuxPPC64SyscallTable.PowerPCSyscall  
LinuxPPC64SyscallTable.SocketSubSyscall  
LinuxX8664SyscallTable  
LinuxX8664SyscallTable.X8664Syscall  
Syscall A class that holds static information about a system call.
SyscallTable System call database.
SyscallTableFactory System call database.
TestSyscallsWithAudit  
 

Package frysk.isa.syscalls Description

This package implements frysk's system-call database.