VirtualBox

Changeset 881 in vbox


Ignore:
Timestamp:
Feb 13, 2007 5:26:07 PM (18 years ago)
Author:
vboxsync
Message:

CSAMR3CheckCode added

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette