pe-parse/parser-library
Wesley Shields acd76dbcda Cleanup all the macro definitions.
Instead of constantly defining and redefining the macros to read values
just define them once. There are now the three main ones (READ_WORD,
READ_DWORD and READ_BYTE) along with READ_DWORD_PTR and READ_DWORD_NULL.

Each macro takes a pointer to a bounded_buffer (what to read), an offset
(where to read), a structure and member (what to read into). You should
use READ_DWORD_PTR when you have a pointer to a structure. You can
use READ_DWORD_NULL when failure to read should return NULL as all the
rest return false.

Fixes #7.
2014-01-17 00:34:58 -05:00
..
.
2013-11-11 15:09:57 -05:00
.
2013-11-11 15:09:57 -05:00
2014-01-17 00:34:58 -05:00
2014-01-17 00:34:58 -05:00
.
2013-11-22 19:28:04 -05:00