This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Rough setup that will draw a static rectangle over the top of the dashboard | |
// Toggle by pressing both thumbsticks | |
// Credit to the1domo for the basics here: https://www.unknowncheats.me/forum/xbox/179692-d3d-hook-xbox360.html | |
/* | |
// Function we can use to resolve the d3d display device | |
HRESULT XuiRenderGetDevice( | |
HXUIDC hDC, | |
IDirect3DDevice9 **ppDevice | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A copy pastable list of privilege ids that can be added to Xbox 360 xex projects config .xml | |
List source: https://github.com/emoose/idaxex/blob/master/xex1tool.cpp | |
<privilege id="0"/> <!-- No Force Reboot --> | |
<privilege id="1"/> <!-- Foreground Tasks --> | |
<privilege id="2"/> <!-- No ODD Mapping --> | |
<privilege id="3"/> <!-- Handles MCE Input --> | |
<privilege id="4"/> <!-- Restricted HUD Features --> | |
<privilege id="5"/> <!-- Handles Gampad Disconnect --> | |
<privilege id="6"/> <!-- Insecure Sockets --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Base Address- -SysModule/Plugin- | |
=LOADED FROM NAND= | |
91E60000 connectx.xex | |
91F00000 xbdm.xex | |
815F0000 xam.xex | |
913E0000 hud.xex | |
916D0000 deviceselector.xex | |
917D0000 vk.xex | |
90100000 createprofile.xex |