ARchive old spec
This commit is contained in:
@@ -4,9 +4,11 @@ using WhiteMagic;
|
||||
namespace WhiteMagicTest;
|
||||
|
||||
/// <summary>
|
||||
/// Tests for <see cref="InProcessReader"/> — direct pointer dereference against
|
||||
/// the own process. Verifies the shared <see cref="MemoryBase"/> API works for
|
||||
/// both external and in-process readers.
|
||||
/// Tests for <see cref="InProcessReader"/>. The current implementation uses
|
||||
/// <c>ReadProcessMemory</c>/<c>WriteProcessMemory</c> on a self-handle (per the D1
|
||||
/// revision — unsafe direct-pointer dereference was rejected because .NET cannot
|
||||
/// catch <see cref="AccessViolationException"/>). Verifies the shared
|
||||
/// <see cref="MemoryBase"/> API works for both external and in-process readers.
|
||||
/// </summary>
|
||||
public class InProcessReaderTests
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user