Свойство | Type | Description | |
---|---|---|---|
InternalRemoteAllocations | List |
||
MemorySharp | MemorySharp |
Méthode | Description | |
---|---|---|
Allocate ( int size, MemoryProtectionFlags protection = MemoryProtectionFlags.ExecuteReadWrite, bool mustBeDisposed = true ) : |
Allocates a region of memory within the virtual address space of the remote process.
|
|
Deallocate ( |
Deallocates a region of memory previously allocated within the virtual address space of the remote process.
|
|
Dispose ( ) : void |
Releases all resources used by the MemoryFactory object.
|
Méthode | Description | |
---|---|---|
MemoryFactory ( MemorySharp memorySharp ) : System |
Initializes a new instance of the MemoryFactory class.
|
public Allocate ( int size, MemoryProtectionFlags protection = MemoryProtectionFlags.ExecuteReadWrite, bool mustBeDisposed = true ) : |
||
size | int | The size of the memory to allocate. |
protection | MemoryProtectionFlags | The protection of the memory to allocate. |
mustBeDisposed | bool | The allocated memory will be released when the finalizer collects the object. |
Résultat |
public Deallocate ( |
||
allocation | The allocated memory to release. | |
Résultat | void |
protected List |
||
Résultat | List |