BearParser
Portable Executable parsing library (from PE-bear)
|
#include "AbstractByteBuffer.h"
Go to the source code of this file.
Functions | |
template<typename INT_TYPE > | |
INT_TYPE | _getNumValue (void *ptr) |
template<typename INT_TYPE > | |
bool | _setNumValue (void *ptr, INT_TYPE nVal) |
INT_TYPE _getNumValue | ( | void * | ptr | ) |
Definition at line 291 of file AbstractByteBuffer.cpp.
bool _setNumValue | ( | void * | ptr, |
INT_TYPE | nVal ) |
Definition at line 319 of file AbstractByteBuffer.cpp.