All Projects → emoose → xbox-reversing

emoose / xbox-reversing

Licence: BSD-3-Clause license
Small useful Xbox/Xbox360 reverse-engineering tools, scripts, & info.

Programming Languages

python
139335 projects - #7 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to xbox-reversing

idaxex
Xbox360/Xenon loader plugin for IDA 7.2+, and xex1tool, supporting most known Xbox360/Xenon .XEX executable file formats.
Stars: ✭ 48 (+84.62%)
Mutual labels:  ida-pro, xbox360
GraphGrabber
No description or website provided.
Stars: ✭ 22 (-15.38%)
Mutual labels:  ida-pro
Idacyber
Data Visualization Plugin for IDA Pro
Stars: ✭ 244 (+838.46%)
Mutual labels:  ida-pro
IDAShell
Shell extension for opening executables in IDA
Stars: ✭ 172 (+561.54%)
Mutual labels:  ida-pro
binary-auditing-solutions
Learn the fundamentals of Binary Auditing. Know how HLL mapping works, get more inner file understanding than ever.
Stars: ✭ 61 (+134.62%)
Mutual labels:  ida-pro
ida migrator
IDA Migrator is an IDA Pro plugin which helps migrate existing work from one database instance to another. It Conveniently migrates function names, structures and enums.
Stars: ✭ 65 (+150%)
Mutual labels:  ida-pro
Idangr
Use angr in the IDA Pro debugger generating a state from the current debug session
Stars: ✭ 214 (+723.08%)
Mutual labels:  ida-pro
dynlib
IDA Pro plugin to aid PS4 user mode ELF reverse engineering.
Stars: ✭ 51 (+96.15%)
Mutual labels:  ida-pro
idaidle
A plugin for the commercial IDA Pro disassembler that warns users if they leave their instance idling for too long.
Stars: ✭ 26 (+0%)
Mutual labels:  ida-pro
shellex
C-shellcode to hex converter, handy tool for paste & execute shellcodes in IDA PRO, gdb, windbg, radare2, ollydbg, x64dbg, immunity debugger & 010 editor
Stars: ✭ 89 (+242.31%)
Mutual labels:  010editor
ArduinoXInput AVR
AVR boards package for the ArduinoXInput project
Stars: ✭ 53 (+103.85%)
Mutual labels:  xbox360
FATXTools
FATX Data Recovery Tools (C#)
Stars: ✭ 34 (+30.77%)
Mutual labels:  xbox360
mi-360
Xbox360 controller emulation for Xiaomi Gamepad, with vibration support
Stars: ✭ 118 (+353.85%)
Mutual labels:  xbox360
idapm
idapm is IDA Plugin Manager via GitHub Repository.
Stars: ✭ 50 (+92.31%)
Mutual labels:  ida-pro
xbox-winfsp
Brings native support for Xbox filesystems (FATX, STFS & GDFX/XGD/XDVDFS) to Windows.
Stars: ✭ 37 (+42.31%)
Mutual labels:  xbox360
Classinformer Ida7
ClassInformer backported for IDA Pro 7.0
Stars: ✭ 226 (+769.23%)
Mutual labels:  ida-pro
belf
Balika011's PlayStation 4 ELF loader for IDA Pro 7.0/7.1
Stars: ✭ 31 (+19.23%)
Mutual labels:  ida-pro
xbox360-controller-manager
Turn OFF your wireless xbox 360 controller on PC and see the battery status of the connected controllers.
Stars: ✭ 38 (+46.15%)
Mutual labels:  xbox360
xray
Hexrays decompiler plugin that colorizes and filters the decompiler's output based on regular expressions
Stars: ✭ 97 (+273.08%)
Mutual labels:  ida-pro
DrGadget
dr.rer.oec.gadget IDAPython plugin for the Interactive Disassembler <ABANDONED PROJECT>
Stars: ✭ 61 (+134.62%)
Mutual labels:  ida-pro

Collection of things to help with reversing that I've made or come across, hopefully others might find these useful!

Feel free to make an issue/PR if you notice any issues/have any problems/find any improvements.

Contents

stfschk

Allows verifying the hashes & signature of an Xbox360 STFS package (LIVE/PIRS/CON...), Arcade games and demos are usually stored in this format, sometimes prototypes have been found stored in STFS containers too, stfschk can help you know if the data you have is valid or not.

More info can be found in the stfschk README.md, the STFS format is also described in my Xbox360Container.bt template, Free60 also has some good info on the format here: https://free60project.github.io/wiki/STFS/

xbox360.py & x360_imports.py

(Note: an updated, native DLL version of xbox360.py can be found here: https://github.com/emoose/idaxex)

IDA 7.0+ python loader script for Xbox360 XEX executables, should support loading almost all (uncompressed) XEX formats, including most pre-1888 beta formats.

To make use of it copy both scripts into your IDA loaders/ directory, and make sure your Python2.7 setup has PyCrypto module installed ("pip install pycrypto"...)

This almost has feature-parity with xorloser's excellent Xex Loader, though sadly is missing two major features in comparison:

  • compressed XEX support: requires an LZX decompressor, doesn't seem to be any native Python2.7 impl. available though (really should have checked before starting this!)
  • adding to imports window: while we can read & map in all imports from a module fine, there strangely doesn't seem to be any Python API for populating the imports window :(

Since those have pretty major blockers I don't think any more development will be happening to this script, hopefully it might come in handy for anyone wanting to write a proper IDA/Ghidra plugin though :)

templates/

This folder contains templates for use with 010 Editor. Xbox360 related templates were mainly written by Anthony, with some very minor additions by me.

Templates can be installed by opening Options -> Compiling -> Templates, clicking "Add..." and then choosing the template to install, which should make 010 Editor automatically load the template when opening a supported file.

License

All code is licensed under the 3-Clause BSD License unless otherwise stated.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].