level 1
tttgcxh
楼主
# include <stdio.h>
# include <stdlib.h>
# include <Windows.h>
#include <iostream>
#include <string>
typedef NTSTATUS(NTAPI *LPFN_NTWOW64READVIRTUALMEMORY64)(
IN HANDLE ProcessHandle,
IN ULONG64 BaseAddress,
OUT PVOID BufferData,
IN ULONG64 BufferLength,
OUT PULONG64 ReturnLength OPTIONAL);
.cpp里,直接报错,我不知怎么办。
2020年04月30日 11点04分
1
# include <stdlib.h>
# include <Windows.h>
#include <iostream>
#include <string>
typedef NTSTATUS(NTAPI *LPFN_NTWOW64READVIRTUALMEMORY64)(
IN HANDLE ProcessHandle,
IN ULONG64 BaseAddress,
OUT PVOID BufferData,
IN ULONG64 BufferLength,
OUT PULONG64 ReturnLength OPTIONAL);
.cpp里,直接报错,我不知怎么办。