BaSs_HaXoR

How to build .XEX for 360

Oct 20th, 2023 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. SRC: https://www.thetechgame.com/Archives/t=4074548/tutorial-how-to-create-an-xex-in-vs-2010.html
  2.  
  3. This is just a mini tutorial on how to create and xex file using
  4. Visual Studio 2010, and Xbox 360 Development Kit (XDK)
  5.  
  6. Software needed
  7. 1: Visual Studio 2010
  8. 2: XDKSetupXenon21076.11, I'm using this one, i haven't tried the other versions
  9.  
  10. Hardware needed
  11. 1: xbox 360 dev kit
  12. 2: rgh running dev kernel
  13. 3: computer
  14. 4: A friend or someone that has a jtag/rgh console.
  15. Getting started, turn your console on make sure it is connected to your network.
  16. Once it's on, open xbox 360 neighborhood and check if it is connected.
  17. Open Visual Studio and follow the images below.
  18. Keep in mind that i did not add any code to the files in this as i wanted to leave it as a starting point. I too myself is just getting started.
  19.  
  20.  
  21. Hopefully we can share knowledge and learn more on this tutorial.
  22. Feel free to add anything. In the new project solution window you could also choose
  23. Xbox 360 Makefile Project
  24. This has no
  25. external dependencies, header files, resource files, or source files.
  26. Here is a dump of the xex file i created.
  27.  
  28. Xex Info
  29. Devkit
  30. Uncompressed
  31. Encrypted
  32. Title Module
  33.  
  34. Basefile Info
  35. Original PE Name: Test.exe
  36. Load Address: 82000000
  37. Entry Point: 820875B8
  38. Image Size: 290000
  39. Page Size: 10000
  40. Checksum: 002867D5
  41. Filetime: 50125993 - Fri Jul 27 02:04:19 2012
  42. Stack Size: 40000
  43.  
  44. Regions
  45. All Regions
  46.  
  47. Allowed Media
  48. Hard Disk
  49. DVD / CD
  50. Networked SMB Share
  51. Direct from Ram
  52. Live Signed Package ("LIVE")
  53.  
  54. Media Id
  55. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  56.  
  57. Encryption Key
  58. 52 3F 9A 9A E9 E3 44 24 12 BA CB 4F 8C DC 7B 4B
  59.  
  60. LAN Key
  61. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  62.  
  63. TLS Info
  64. Number of Slots: 64
  65. Data Size: 0
  66. Raw Data Address: 00000000
  67. Raw Data Size: 0
  68.  
  69. Static Libraries
  70. 0) XAPILIB v2.0.21076.0
  71. 1) D3DX9 v2.0.21076.0
  72. 2) XGRAPHC v2.0.21076.0
  73. 3) XBOXKRNL v2.0.21076.0
  74. 4) LIBCPMT v2.0.11886.0
  75. 5) D3D9LTCG v2.0.21076.0
  76. 6) LINK v10.0.11886.0
  77. 7) C2 v16.0.11886.0
  78. 8) C1 v16.0.11886.0
  79.  
  80. Import Libraries
  81. 0) xam.xex v2.0.21076.0 (min v2.0.1861.0)
  82. 1) xboxkrnl.exe v2.0.21076.0 (min v2.0.1861.0)
  83.  
  84. Sections
  85. 0) 82000000 - 82010000 : Header/Resource
  86. 1) 82010000 - 82020000 : Header/Resource
  87. 2) 82020000 - 82030000 : Header/Resource
  88. 3) 82030000 - 82040000 : Header/Resource
  89. 4) 82040000 - 82050000 : Header/Resource
  90. 5) 82050000 - 82060000 : Header/Resource
  91. 6) 82060000 - 82070000 : Code
  92. 7) 82070000 - 82080000 : Code
  93. 8) 82080000 - 82090000 : Code
  94. 9) 82090000 - 820A0000 : Code
  95. 10) 820A0000 - 820B0000 : Code
  96. 11) 820B0000 - 820C0000 : Code
  97. 12) 820C0000 - 820D0000 : Code
  98. 13) 820D0000 - 820E0000 : Code
  99. 14) 820E0000 - 820F0000 : Code
  100. 15) 820F0000 - 82100000 : Code
  101. 16) 82100000 - 82110000 : Code
  102. 17) 82110000 - 82120000 : Code
  103. 18) 82120000 - 82130000 : Code
  104. 19) 82130000 - 82140000 : Code
  105. 20) 82140000 - 82150000 : Code
  106. 21) 82150000 - 82160000 : Code
  107. 22) 82160000 - 82170000 : Code
  108. 23) 82170000 - 82180000 : Code
  109. 24) 82180000 - 82190000 : Code
  110. 25) 82190000 - 821A0000 : Code
  111. 26) 821A0000 - 821B0000 : Code
  112. 27) 821B0000 - 821C0000 : Code
  113. 28) 821C0000 - 821D0000 : Code
  114. 29) 821D0000 - 821E0000 : Code
  115. 30) 821E0000 - 821F0000 : Code
  116. 31) 821F0000 - 82200000 : Code
  117. 32) 82200000 - 82210000 : Code
  118. 33) 82210000 - 82220000 : Code
  119. 34) 82220000 - 82230000 : Code
  120. 35) 82230000 - 82240000 : Code
  121. 36) 82240000 - 82250000 : Code
  122. 37) 82250000 - 82260000 : Code
  123. 38) 82260000 - 82270000 : Code
  124. 39) 82270000 - 82280000 : Data
  125. 40) 82280000 - 82290000 : Data
  126.  
Add Comment
Please, Sign In to add comment