namespace
emulatedNamespace containing all emulated external functions, data, libraries, and syscalls.
Contents
- Reference
❱ Functions
- auto linux_x86_libc() -> Library
- Return the emulated libc.so for Linux on X86.
- auto linux_x64_libc() -> Library
- Return the emulated libc.so for Linux on X64.
- auto linux_x86_syscall_map() -> syscall_func_map_t
- Return the emulated syscalls for Linux on X86.
- auto linux_x64_syscall_map() -> syscall_func_map_t
- Return the emulated syscalls for Linux on X64.