VirtualBox

Changeset 881

Show
Ignore:
Timestamp:
02/13/07 18:26:07 (2 years ago)
Author:
vboxsync
Message:

CSAMR3CheckCode added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/csam.h

    r1 r881  
    210210 
    211211/** 
    212  * Scan and analyze code starting at specified EIP 
    213  * 
    214  * @returns VBox status code. 
    215  * @param   pVM         The VM to operate on. 
    216  * @param   pEip        Instruction pointer 
    217  * @param   fCode32     16 of 32 bits code 
    218  */ 
    219 CSAMR3DECL(int) CSAMR3CheckEIP(PVM pVM, RTGCPTR pEip, bool fCode32); 
     212 * Scan and analyse code 
     213 * 
     214 * @returns VBox status code. 
     215 * @param   pVM         The VM to operate on. 
     216 * @param   pCtx        CPU context 
     217 * @param   pInstrGC    Instruction pointer 
     218 */ 
     219CSAMR3DECL(int) CSAMR3CheckCode(PVM pVM, PCPUMCTX pCtx, RTGCPTR pInstrGC); 
    220220 
    221221/** 
  • trunk/include/VBox/patm.h

    r740 r881  
    496496 * @returns VBox status code. 
    497497 * @param   pVM         The VM to operate on. 
    498  * @param   pInstr      Guest context pointer to privileged instruction 
     498 * @param   pInstr      Guest context point to privileged instruction 
    499499 * @param   flags       Patch flags 
    500500 * 
    501501 * @note    returns failure if patching is not allowed or possible 
    502  * 
    503502 */ 
    504503PATMR3DECL(int) PATMR3InstallPatch(PVM pVM, RTGCPTR pInstrGC, uint64_t flags); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy