pcsx-redux/tools
2025-03-16 21:28:10 -07:00
..
adler Adding known bioses map. 2021-10-01 17:47:27 -07:00
authoring Adding CD authoring tool. 2025-03-16 21:28:10 -07:00
build Upgrading to ubuntu 24.04. 2024-07-18 20:53:43 -07:00
build-cross Switching from dockerhub to ghcr. 2023-03-15 20:10:36 -07:00
code-format General project cleanup. 2025-03-14 21:31:50 -07:00
code-server Re-adding code-server Dockerfile. 2020-05-28 22:07:41 -07:00
exe2elf Fixing exe2elf's boundaries 2023-11-14 02:09:29 -08:00
exe2iso Adding CD authoring tool. 2025-03-16 21:28:10 -07:00
ghidra_scripts Fix: OverlayReduxSymbols class name 2025-02-25 17:27:27 +03:00
ida-dynarec-symbol-loader [Tools] Add IDA script for loading JIT symbols. 2022-02-28 16:44:43 -06:00
linux-mips Adding mirrors for GNU URLs in scripts. 2024-09-30 21:29:06 -07:00
macos-mips Adding mirrors for GNU URLs in scripts. 2024-09-30 21:29:06 -07:00
modconv Adding CD authoring tool. 2025-03-16 21:28:10 -07:00
ps1-packer Adding CD authoring tool. 2025-03-16 21:28:10 -07:00
psyq-obj-parser Use same placeholder size for headers, too 2025-03-13 17:44:25 -05:00
vscode-extension Changing vscode extension's readme and version numbers. 2025-01-16 19:37:02 -08:00
win32-gdb Upgrading to gdb 15.1. 2024-07-18 21:56:04 -07:00
win32-mips Bumping toolchain to gcc 14.2 and binutils 2.43. 2024-08-05 22:31:45 -07:00
.clang-format Adding psyq-obj-parser as a tool. 2020-06-21 11:06:19 -07:00
.editorconfig Adding psyq-obj-parser as a tool. 2020-06-21 11:06:19 -07:00
README.md Typo. 2023-04-24 08:16:54 -07:00

Tools

This directory contains tools designed to help with the PCSX-Redux project somehow. The top level, directly usable tools are:

  • exe2elf - Converts a PS-EXE executable to an ELF file, which can be useful for loading and debugging through gdb.
  • exe2iso - Converts a PS-EXE executable to a minimally bootable ISO file. The generated iso will not be conformant to the ISO9660 standard, but it will be bootable on a retail PlayStation 1.
  • ghidra_scripts - A collection of Ghidra scripts that can be used to integrate some parts of PCSX-Redux into Ghidra and vice versa.
  • ps1-packer - A tool for compressing PlayStation 1 executables into a single self-decompressing binary in various formats.
  • psyq-obj-parser - A tool for parsing the object files produced by the Psy-Q SDK, and converting them to ELF files.

For the tools that need to be built, the top level Makefile can be used to build them all using the tools target. On Windows, the tools are present within the PCSX-Redux solution file in the vsprojects folder.

The linux-mips and macos-mips folders contain scripts for generating a cross-compiler for the MIPS architecture.

The rest of the folders are the sources for some other internal tools that are not directly usable here, but published to other platforms.