A blazing-fast, lightweight, and native Windows Win32 utility to extract game files directly from PlayStation 1 .bin (and CHD) images.
- 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).
You do not need CMake or any complex build systems. A simple batch script is provided.
- Install MinGW-w64 (GCC for Windows).
- Double click the
build.batfile in the root directory. - The
PS1_Extractor_File_Binary.exewill be generated instantly.
- Developed by fabioap-cpu
- CHD Decompression provided by libchdr (Romain Tisserand) under the BSD 3-Clause License. See
chd_src/LICENSE_libchdr.txtfor details.