summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_hash.h
blob: 9f82aefdea64aa05f35f35a9cbf9406e32bb5730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _NT_HASH_H_
#define _NT_HASH_H_

#include "nt_abi.h"
#include "nt_crc32.h"

typedef int32_t __cdecl ntapi_tt_populate_hashed_import_table(
    __in 	void *			image_base,
    __in	void *			import_table,
    __in	ntapi_hashed_symbol *	hash_table,
    __in	uint32_t		hash_table_array_size);

#endif