|
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 = (LLONG_MAX > BUFSIZE_MAX ? BUFSIZE_MAX : LLONG_MAX) |
| const bufsize_t | FILEVIEW_MAXSIZE = (1024*1024*400) |
| const bufsize_t FILE_MAXSIZE = (LLONG_MAX > BUFSIZE_MAX ? BUFSIZE_MAX : LLONG_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.