Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlafeldt/ps2rd
Collection of tools to remotely debug PS2 games
https://github.com/mlafeldt/ps2rd
cheat-engine debugger game-hacking homebrew ps2
Last synced: about 1 month ago
JSON representation
Collection of tools to remotely debug PS2 games
- Host: GitHub
- URL: https://github.com/mlafeldt/ps2rd
- Owner: mlafeldt
- License: lgpl-3.0
- Created: 2010-08-11T23:51:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T19:27:48.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T07:01:34.584Z (4 months ago)
- Topics: cheat-engine, debugger, game-hacking, homebrew, ps2
- Language: C
- Homepage:
- Size: 2.26 MB
- Stars: 60
- Watchers: 12
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
- awesome-ps2 - ps2rd
- awesome-security-collection - **37**星
README
# PS2rd - PS2 remote debugger
[![Build Status](https://travis-ci.org/mlafeldt/ps2rd.svg?branch=master)](https://travis-ci.org/mlafeldt/ps2rd)
PS2rd provides a collection of tools to remotely debug PS2 games.
Features:
* Dump contents of PS2 memory to PC
* [Planned] Write data to PS2 memory
* [Planned] Set breakpoints/watchpoints
* Powerful cheat system similar to CB or AR
* Compatible with Open PS2 LoaderRequirements:
* PS2 game console with Ethernet port/adapter
* Ability to run homebrew on PS2 (FMCB, Independence Exploit, etc.)
* PC with Linux or Windows OS
* Ethernet cable for PC-PS2 connectionInstructions on how to compile and install PS2rd can be found in the [INSTALL]
file. The directory [Documentation] is generally the first place to look for
further information.## Disclaimer
PS2RD IS NOT LICENSED, ENDORSED, NOR SPONSORED BY SONY COMPUTER ENTERTAINMENT,
INC. ALL TRADEMARKS ARE PROPERTY OF THEIR RESPECTIVE OWNERS.PS2rd comes with ABSOLUTELY NO WARRANTY. It is covered by the GNU General Public
License. Please see file [COPYING] for further information.Besides the homebrew [PS2SDK], PS2rd makes use of these libraries:
* [libconfig] by Mark Lindner et al.
* [libcheats] by Mathias LafeldtBoth libraries are covered by the GNU Lesser General Public License. Please see
file [COPYING.LESSER] for further information.## Contact
* [PS2rd project site](https://github.com/mlafeldt/ps2rd)
* [Official PS2rd forum at PSX-Scene](http://psx-scene.com/forums/forumdisplay.php?f=173)[COPYING.LESSER]: https://github.com/mlafeldt/ps2rd/blob/master/COPYING.LESSER
[COPYING]: https://github.com/mlafeldt/ps2rd/blob/master/COPYING
[Documentation]: https://github.com/mlafeldt/ps2rd/tree/master/Documentation
[INSTALL]: https://github.com/mlafeldt/ps2rd/blob/master/INSTALL
[PS2SDK]: https://github.com/ps2dev/ps2sdk
[libcheats]: https://github.com/mlafeldt/libcheats
[libconfig]: http://www.hyperrealm.com/libconfig/