BearParser
Portable Executable parsing library (from PE-bear)
|
Go to the source code of this file.
Classes | |
class | FileBufferException |
class | AbstractFileBuffer |
class | FileView |
class | FileBuffer |
Variables | |
const bufsize_t | FILE_MAXSIZE = BUFSIZE_MAX |
const bufsize_t | FILEVIEW_MAXSIZE = (1024*1024*400) |
const bufsize_t FILE_MAXSIZE = BUFSIZE_MAX |
Definition at line 6 of file FileBuffer.h.
const bufsize_t FILEVIEW_MAXSIZE = (1024*1024*400) |
Definition at line 7 of file FileBuffer.h.