| 11 | PVOID get_system_module_export(LPCWSTR module_name, LPCSTR routine_name); |
| 12 | |
| 13 | typedef struct _NULL_MEMORY |
| 14 | { |
| 15 | void* buffer_address; |
| 16 | UINT_PTR address; |
| 17 | ULONGLONG size; |
| 18 | ULONG pid; |
| 19 | BOOLEAN write; |
| 20 | BOOLEAN read; |
| 21 | BOOLEAN req_base; |
| 22 | BOOLEAN draw_box; |
| 23 | int r, g, b, x, y, w, h, t; |
| 24 | void* output; |
| 25 | const char* module_name; |
| 26 | ULONG64 base_address; |
| 27 | }NULL_MEMORY; |
nothing calls this directly
no outgoing calls
no test coverage detected