Skip to content

Instantly share code, notes, and snippets.

View Byrom90's full-sized avatar

Byrom Byrom90

View GitHub Profile
@Byrom90
Byrom90 / x360_Dash_D3D_Hook.txt
Last active October 2, 2024 21:54
Xbox 360 Dashboard D3D Render hook
// 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
)
@Byrom90
Byrom90 / Xbox_360_Xex_Privilege_ID_List.txt
Created January 27, 2024 18:29
Xbox 360 Xex Privilege ID List
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 -->
@Byrom90
Byrom90 / 360-Base-Address-List.txt
Created November 22, 2021 20:02
Xbox 360 module base address list
-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