fix disable fail
This commit is contained in:
@@ -23,7 +23,7 @@ struct imported_
|
||||
|
||||
namespace kernel_api
|
||||
{
|
||||
extern struct imported_ imported;
|
||||
//extern struct imported_ imported;
|
||||
|
||||
auto kernel_api_init() -> void;
|
||||
|
||||
@@ -38,4 +38,5 @@ namespace kernel_api
|
||||
|
||||
NTSTATUS selocate_process_imagename(PEPROCESS Process, PUNICODE_STRING* pImageFileName);
|
||||
|
||||
PVOID rtlfindexportedroutinebyname(PVOID ImageBase, PCCH RoutineName);
|
||||
}
|
||||
Reference in New Issue
Block a user