Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xyrem/Yumekage
/ functions
Functions
24 in github.com/Xyrem/Yumekage
⨍
Functions
24
◇
Types & classes
3
↓ 5 callers
Method
Insert
* Add an item to the array. */
Yumekage/Misc/DynamicArray.hpp:104
↓ 4 callers
Function
Initialize
YumekageUser/Comm/Comm.cpp:10
↓ 2 callers
Method
Destroy
* Remove all entries and free the allocation. */
Yumekage/Misc/DynamicArray.hpp:82
↓ 1 callers
Method
Clear
* Removes all entries. */
Yumekage/Misc/DynamicArray.hpp:68
↓ 1 callers
Function
ConstructPD
* Construct a PD entry. */
Yumekage/Paging/Paging.cpp:85
↓ 1 callers
Function
ConstructPDPT
* Construct a PDPT entry. */
Yumekage/Paging/Paging.cpp:71
↓ 1 callers
Function
ConstructPML4
* Construct a PML4 entry. */
Yumekage/Paging/Paging.cpp:58
↓ 1 callers
Method
Contains
* Checks if the item is in the array. */
Yumekage/Misc/DynamicArray.hpp:144
↓ 1 callers
Function
CreateShadowPages
* Create and setup our own paging tables for the shadow ranges. */
Yumekage/Paging/Paging.cpp:26
↓ 1 callers
Function
Destroy
YumekageUser/Comm/Comm.cpp:16
↓ 1 callers
Method
EnterLock
* Enter a spinlock for thread safety. */
Yumekage/Misc/DynamicArray.hpp:52
↓ 1 callers
Method
ExitLock
* Leave the spinlock. */
Yumekage/Misc/DynamicArray.hpp:60
↓ 1 callers
Function
FindPattern_C
Yumekage/Utils/Utils.hpp:23
↓ 1 callers
Function
InitializeHiddenPages
YumekageUser/Comm/Comm.cpp:30
↓ 1 callers
Method
Size
* Gets the number of items. */
Yumekage/Misc/DynamicArray.hpp:195
↓ 1 callers
Function
WhitelistCurrentThread
YumekageUser/Comm/Comm.cpp:21
Function
Dispatch
Yumekage/Main.cpp:52
Function
DriverEntry
Yumekage/Main.cpp:170
Function
DriverUnload
Yumekage/Main.cpp:146
Function
FindPattern
Yumekage/Utils/Utils.hpp:51
Method
Initialize
* Initialize the array by allocating memory for the objects. */
Yumekage/Misc/DynamicArray.hpp:28
Function
SwapContextHook
Yumekage/Main.cpp:26
Function
main
YumekageUser/Entry.cpp:4
Method
operator[]
* Get the item in the array with the index provided, * also do certain sanity checks. */
Yumekage/Misc/DynamicArray.hpp:174