RAMvader  1.4
A .NET library which provides access to other processes' memory space.
RAMvader.CodeInjection.VirtualMemoryAllocationException Class Reference

An exception thrown by the Injector<TMemoryAlterationSetID, TCodeCave, TVariable>.Inject() method to indicate that it was unable to allocate virtual memory in the target process' memory space. More...

Inherits RAMvader.CodeInjection.InjectorException.

Public Member Functions

 VirtualMemoryAllocationException ()
 Constructor. More...
 
- Public Member Functions inherited from RAMvader.CodeInjection.InjectorException
 InjectorException (string msg)
 Constructor. More...
 
- Public Member Functions inherited from RAMvader.RAMvaderException
 RAMvaderException (string msg)
 Constructor. More...
 

Detailed Description

An exception thrown by the Injector<TMemoryAlterationSetID, TCodeCave, TVariable>.Inject() method to indicate that it was unable to allocate virtual memory in the target process' memory space.

Constructor & Destructor Documentation

◆ VirtualMemoryAllocationException()

RAMvader.CodeInjection.VirtualMemoryAllocationException.VirtualMemoryAllocationException ( )

Constructor.