MCPcopy Create free account

hub / github.com/ch3rn0byl/AngryWindows / functions

Functions9 in github.com/ch3rn0byl/AngryWindows

MethodBgpFwDisplayBugCheckScreen
<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
MethodChangeBsodColor
<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
FunctionDriverEntry
AngryWindows/Source.cpp:8
MethodKeBugCheck2
<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
MethodKiDisplayBlueScreen
<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
MethodOverwriteErrorMessage
<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
MethodOverwriteSadFace
<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
MethodPhrases
<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
Methodinitialize
<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