Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ch3rn0byl/AngryWindows
/ functions
Functions
9 in github.com/ch3rn0byl/AngryWindows
⨍
Functions
9
◇
Types & classes
1
Method
BgpFwDisplayBugCheckScreen
<summary> Resolves the address to BgpFwDisplayBugCheckScreen. This function is also not exported and is easiest to resolve via decompilation. This wor
AngryWindows/resolve.cpp:140
Method
ChangeBsodColor
<summary> The color it takes in to change the Bluescreen of Death is of type UINT32 and in ARGB format. There is no need to modify the permissions of
AngryWindows/bluescreen.cpp:153
Function
DriverEntry
AngryWindows/Source.cpp:8
Method
KeBugCheck2
<summary> Resolves the address to KeBugCheck2. The starting point of decompiling starts at the address of KeBugCheckEx. This works by searching for th
AngryWindows/resolve.cpp:13
Method
KiDisplayBlueScreen
<summary> Resolves the address to KiDisplayBluescreen. This function is also not exported and is easier to resolve via decompilation without having to
AngryWindows/resolve.cpp:76
Method
OverwriteErrorMessage
<summary> The same principal applies for the location of the error message. The location it lies at is read only. The same steps for modifying the sad
AngryWindows/bluescreen.cpp:109
Method
OverwriteSadFace
<summary> The location of the sad emoticon is in read only memory. To modify the permissions of this location, the physical address is mapped as ReadW
AngryWindows/bluescreen.cpp:67
Method
Phrases
<summary> This function is responsible for resolving five addresses: the location for the LIST_ENTRY of EtwpLastBranchEntry, the two offsets that are
AngryWindows/resolve.cpp:234
Method
initialize
<summary> This will dynamically resolve all the variables needed to be able to modify the Bluescreen of Death. If any of the variables are not able to
AngryWindows/bluescreen.cpp:9