You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
399 B
15 lines
399 B
#pragma once
|
|
#include "types.h"
|
|
|
|
namespace i6
|
|
{
|
|
namespace com
|
|
{
|
|
void get_process_base(const pcom_struct com_data);
|
|
void get_module_base(const pcom_struct com_data);
|
|
void read_process_memory(const pcom_struct com_data);
|
|
void write_process_memory(const pcom_struct com_data);
|
|
void read_kernel_memory(const pcom_struct com_data);
|
|
void write_kernel_memory(const pcom_struct com_data);
|
|
}
|
|
} |