Trees | Indices | Help |
|
---|
|
IDA Plugin SDK API wrapper: diskio
Classes | |
generic_linput_t Proxy of C++ generic_linput_t class. |
Functions | |||
|
|||
linput_t * |
|
||
linput_t * |
|
||
linput_t * |
|
||
|
|||
PyObject * |
|
||
FILE * |
|
||
FILE * |
|
||
FILE * |
|
||
FILE * |
|
||
FILE * |
|
||
FILE * |
|
||
int |
|
||
linput_type_t |
|
||
str |
|
||
char const * |
|
||
str |
|
||
char const * |
|
||
linput_t * |
|
||
str |
|
Function Details |
Close loader input.
|
Create a generic linput
|
Create a linput for process memory. This linput will use read_dbg_memory() to read data.
|
Enumerate files in the specified directory while the callback returns 0.
|
Open a file for append in text mode, deny none.
|
Open a file for read/write in binary mode, deny write.
|
Open a file for read in binary mode, deny none.
|
Open a file for read in text mode, deny none.
|
Open a new file for write in binary mode, deny read/write. If a file exists, it will be removed.
|
Open a new file for write in text mode, deny write. If a file exists, it will be removed.
|
Get list of directories in which to find a specific IDA resource (see 'IDA subdirectories' ). The order of the resulting list is as follows: - [$IDAUSR/subdir (0..N entries)] - $IDADIR/subdir @param subdir: name of the resource to list (C++: const char *) @param flags: Subdirectory modification flags bits (C++: int) @return: number of directories appended to 'dirs'
|
Get linput type.
|
Get a folder location by CSIDL (see 'Common CSIDLs' ). Path should be of at least MAX_PATH size
|
Get user ida related directory. - if $IDAUSR is defined: - the first element in $IDAUSR - else - default user directory ($HOME/.idapro or %APPDATA%Hex-Rays/IDA Pro)
|
Search for IDA system file. This function searches for a file in:each directory specified by IDAUSR%ida directory [+ subdir] and returns the first match.
|
Get IDA directory (if subdir==NULL) or the specified subdirectory (see 'IDA subdirectories' )
|
Open loader input.
|
Read a zero-terminated string from the input. If fpos == -1 then no seek will be performed.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 11 15:05:11 2019 | http://epydoc.sourceforge.net |