📄 memoryrw.h
字号:
// MemoryRW.h: interface for the CMemoryRW class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MEMORYRW_H__7F0DF48B_1CCE_45E8_8B1D_F538A4A58D6B__INCLUDED_)
#define AFX_MEMORYRW_H__7F0DF48B_1CCE_45E8_8B1D_F538A4A58D6B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MemShare.h"
const int Max_MenLength=0x4000;
const CString ShareName="GetData";
class CMemoryRW
{
public:
void SetMemory(long Address, short m_store);
void SetOnTrueAddress(BOOL flag);
unsigned short GetMemory(long Address);
void init();
CMemoryRW();
bool bTrueAddress;
LPSTR lpMsg;
CMemShare MemShare;
ULONG adsbase;
virtual ~CMemoryRW();
};
#endif // !defined(AFX_MEMORYRW_H__7F0DF48B_1CCE_45E8_8B1D_F538A4A58D6B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -