|
IDAPython 9.0
|
This is the complete list of members for loader_input_t, including all inherited members.
| __init__(self, pycapsule=None) | loader_input_t | |
| close(self) | loader_input_t | |
| file2base(self, int pos, ea_t ea1, ea_t ea2, bool patchable) | loader_input_t | |
| filename(self) | loader_input_t | |
| from_capsule('PyObject *' pycapsule) | loader_input_t | static |
| from_fp(fp) | loader_input_t | static |
| from_linput('linput_t *' linput) | loader_input_t | static |
| get_byte(self) | loader_input_t | |
| get_linput(self) | loader_input_t | |
| gets(self, int len) | loader_input_t | |
| getz(self, int size, int fpos=-1) | loader_input_t | |
| open(self, filename, remote=False) | loader_input_t | |
| open_memory(self, ea_t start, int size) | loader_input_t | |
| opened(self) | loader_input_t | |
| read(self, int size=-1) | loader_input_t | |
| readbytes(self, int size, bool big_endian) | loader_input_t | |
| seek(self, int offset, whence=SEEK_SET) | loader_input_t | |
| set_linput(self, linput) | loader_input_t | |
| size(self) | loader_input_t | |
| tell(self) | loader_input_t | |
| thisown | loader_input_t | static |