|
def | __init__ (self) |
|
def | next_fd (self) |
|
def | clock_gettime (self) |
|
def | open_ (self, path, flags, follow_link=True) |
|
def | socket (self, family, type_, protocol) |
|
def | fstat (self, fd) |
|
def | stat (self, path) |
|
def | lstat (self, path) |
|
def | close (self, fd) |
|
def | write (self, fd, data) |
|
def | read (self, fd, count) |
|
def | getdents (self, fd, count, packing_callback) |
|
def | ioctl (self, fd, cmd, arg) |
|
def | mmap (self, addr, len_, prot, flags, fd, off, vmmngr) |
|
def | brk (self, addr, vmmngr) |
|
| filesystem |
|
| network |
|
| brk_current |
|
◆ O_ACCMODE
int miasm.os_dep.linux.environment.LinuxEnvironment_x86_64.O_ACCMODE = 0x3 |
|
static |
◆ O_CLOEXEC
int miasm.os_dep.linux.environment.LinuxEnvironment_x86_64.O_CLOEXEC = 0x80000 |
|
static |
◆ O_DIRECTORY
int miasm.os_dep.linux.environment.LinuxEnvironment_x86_64.O_DIRECTORY = 0x10000 |
|
static |
◆ O_LARGEFILE
int miasm.os_dep.linux.environment.LinuxEnvironment_x86_64.O_LARGEFILE = 0x8000 |
|
static |
◆ O_NONBLOCK
int miasm.os_dep.linux.environment.LinuxEnvironment_x86_64.O_NONBLOCK = 0x800 |
|
static |
◆ O_RDONLY
int miasm.os_dep.linux.environment.LinuxEnvironment_x86_64.O_RDONLY = 0 |
|
static |
◆ platform_arch
string miasm.os_dep.linux.environment.LinuxEnvironment_x86_64.platform_arch = b"x86_64" |
|
static |
◆ sys_machine
string miasm.os_dep.linux.environment.LinuxEnvironment_x86_64.sys_machine = b"x86_64" |
|
static |
The documentation for this class was generated from the following file:
- /home/serpilliere/projet/test_doc_miasm/miasm/miasm/os_dep/linux/environment.py