|
libPeConv
A library to load, manipulate, dump PE files.
|
Go to the source code of this file.
Macros | |
| #define | TO_LOWERCASE(c1) c1 = (c1 <= 'Z' && c1 >= 'A') ? c1 = (c1 - 'A') + 'a': c1; |
| #define TO_LOWERCASE | ( | c1 | ) | c1 = (c1 <= 'Z' && c1 >= 'A') ? c1 = (c1 - 'A') + 'a': c1; |
Definition at line 23 of file exports_lookup.cpp.