MCPcopy Create free account

hub / github.com/Xyrem/Yumekage / functions

Functions24 in github.com/Xyrem/Yumekage

↓ 5 callersMethodInsert
* Add an item to the array. */
Yumekage/Misc/DynamicArray.hpp:104
↓ 4 callersFunctionInitialize
YumekageUser/Comm/Comm.cpp:10
↓ 2 callersMethodDestroy
* Remove all entries and free the allocation. */
Yumekage/Misc/DynamicArray.hpp:82
↓ 1 callersMethodClear
* Removes all entries. */
Yumekage/Misc/DynamicArray.hpp:68
↓ 1 callersFunctionConstructPD
* Construct a PD entry. */
Yumekage/Paging/Paging.cpp:85
↓ 1 callersFunctionConstructPDPT
* Construct a PDPT entry. */
Yumekage/Paging/Paging.cpp:71
↓ 1 callersFunctionConstructPML4
* Construct a PML4 entry. */
Yumekage/Paging/Paging.cpp:58
↓ 1 callersMethodContains
* Checks if the item is in the array. */
Yumekage/Misc/DynamicArray.hpp:144
↓ 1 callersFunctionCreateShadowPages
* Create and setup our own paging tables for the shadow ranges. */
Yumekage/Paging/Paging.cpp:26
↓ 1 callersFunctionDestroy
YumekageUser/Comm/Comm.cpp:16
↓ 1 callersMethodEnterLock
* Enter a spinlock for thread safety. */
Yumekage/Misc/DynamicArray.hpp:52
↓ 1 callersMethodExitLock
* Leave the spinlock. */
Yumekage/Misc/DynamicArray.hpp:60
↓ 1 callersFunctionFindPattern_C
Yumekage/Utils/Utils.hpp:23
↓ 1 callersFunctionInitializeHiddenPages
YumekageUser/Comm/Comm.cpp:30
↓ 1 callersMethodSize
* Gets the number of items. */
Yumekage/Misc/DynamicArray.hpp:195
↓ 1 callersFunctionWhitelistCurrentThread
YumekageUser/Comm/Comm.cpp:21
FunctionDispatch
Yumekage/Main.cpp:52
FunctionDriverEntry
Yumekage/Main.cpp:170
FunctionDriverUnload
Yumekage/Main.cpp:146
FunctionFindPattern
Yumekage/Utils/Utils.hpp:51
MethodInitialize
* Initialize the array by allocating memory for the objects. */
Yumekage/Misc/DynamicArray.hpp:28
FunctionSwapContextHook
Yumekage/Main.cpp:26
Functionmain
YumekageUser/Entry.cpp:4
Methodoperator[]
* Get the item in the array with the index provided, * also do certain sanity checks. */
Yumekage/Misc/DynamicArray.hpp:174