PS3Lib is a .NET library designed for interacting with PlayStation 3 consoles. This library supports PS3 HEN / CEX / DEX and provides functionalities to control and manage various aspects of the console.
- Support for PS3 HEN / CEX / DEX
- Built with .NET 8.0
- 32-bit application generation
To install and use PS3Lib in your project, follow these steps:
- Clone the repository:
git clone https://github.com/iR3SH/PS3Lib.git
- Open the solution file
PS3Lib.sln
in Visual Studio. - Build the project in 32-bit mode.
Here is a basic example of how to use PS3Lib in your application:
using PS3Lib;
class Program
{
static void Main()
{
PS3API PS3 = new PS3API();
PS3.ConnectTarget(0);
PS3.AttachProcess();
// Your code here
}
}
- Enstone
- Buc-ShoTz
- iMCSx
- NvZ
Original GitHub:
Contributions are welcome! Please submit pull requests or open issues for any improvements or bug fixes.
This project is licensed under the MIT License.
- Added support for PS3 HEN.
- Fixed console list conflict with HEN.