Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS1 Extractor File Binary

A blazing-fast, lightweight, and native Windows Win32 utility to extract game files directly from PlayStation 1 .bin (and CHD) images.

Features

  • Zero Dependencies: Pure C implementation using the native Win32 API.
  • Standalone Portable Executable: No external DLLs required.
  • CHD Support: Includes integrated support for CHD (Compressed Hunks of Data) decompression using libchdr (LZMA, Zstandard, FLAC, Zlib).
  • Right-Click Integration: You can add it to your Windows context menu for instant extractions.
  • High Performance: Compiled with maximum GCC optimizations (-O3).

How to Compile

You do not need CMake or any complex build systems. A simple batch script is provided.

  1. Install MinGW-w64 (GCC for Windows).
  2. Double click the build.bat file in the root directory.
  3. The PS1_Extractor_File_Binary.exe will be generated instantly.

Credits & Licenses

  • Developed by fabioap-cpu
  • CHD Decompression provided by libchdr (Romain Tisserand) under the BSD 3-Clause License. See chd_src/LICENSE_libchdr.txt for details.

About

This software is capable of opening, reading, and extracting files in .BIN, .CHD, and .CUE formats for PS1 games.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages