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

Exception thrown when the Injector<TMemoryAlterationSetID, TCodeCave, TVariable> is unable to generate a given instruction, for some reason. More...

Inherits RAMvader.CodeInjection.InjectorException.

Public Member Functions

 UnsupportedInstructionGenerationException (string msg)
 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

Exception thrown when the Injector<TMemoryAlterationSetID, TCodeCave, TVariable> is unable to generate a given instruction, for some reason.

Constructor & Destructor Documentation

◆ UnsupportedInstructionGenerationException()

RAMvader.CodeInjection.UnsupportedInstructionGenerationException.UnsupportedInstructionGenerationException ( string  msg)

Constructor.

Parameters
msgThe message to be associated with the exception.