CoreLibrary.inc

This file defines the constants, macros, and structures for accessing Core functions of PwnOS.

See Also

Authors

  • Neil G.  Dickson
Summary
CoreLibrary.incThis file defines the constants, macros, and structures for accessing Core functions of PwnOS.
Macros
CALL_CORECall the CoreCallGate from Libraries with one of the <Core Call Gate Constants> and parameters.

Macros

CALL_CORE

Call the CoreCallGate from Libraries with one of the <Core Call Gate Constants> and parameters.

Parameters

functionIndexan operand containing one of the <Core Call Gate Constants>, to be mov’d to eax if not eax
paramslist of parameters to be sent to the Core function
The Core of PwnOS (a.k.a.
Entry point into the Core from Libraries.
The Libraries section of PwnOS provides common, useful functions and functionality, and a gateway to the Core.
This file defines the library for accessing Core functions of PwnOS.