Notifications
Clear all

Get Memory (Bytes)


Posts: 0
Topic starter
(@Criminal)
New RivalGamer
Joined: 10 years ago
	public byte[] GetMemory(uint address, uint length)
	{
	byte[] data = new byte[xbCon.DebugTarget.GetMemory(g);
	this.xbCon.DebugTarget.InvalidateMemoryCache(true, address, length);
	return data;
	}
	
Reply
Name of the Video Game, and any other Tags