10000 Bullets

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
god save the queen
Posts: 3
Joined: Thu Oct 13, 2022 10:38 am

10000 Bullets

Post by god save the queen »

Trying to extract data from an ISO file using the 10000 Bullets bms and it gives me this

Code: Select all

- error in src\file.c line 633: fdnum_open()
Error: No such file or directory

Last script line before the error or that produced the error:
  7   open FDSE "SLPM_658.26"
BloodRaynare
Posts: 367
Joined: Fri Mar 10, 2017 7:23 am

Re: 10000 Bullets

Post by BloodRaynare »

Judging from the script, both of the game's executable (SLPM_658.26) and file.bin must be in the same directory. And QuickBMS can't access it directly from the ISO, you have to extract them or mount the ISO with virtual drive tool first.
god save the queen
Posts: 3
Joined: Thu Oct 13, 2022 10:38 am

Re: 10000 Bullets

Post by god save the queen »

BloodRaynare wrote:Judging from the script, both of the game's executable (SLPM_658.26) and file.bin must be in the same directory. And QuickBMS can't access it directly from the ISO, you have to extract them or mount the ISO with virtual drive tool first.
Hi, thanks for the answer. I extracted the files from the ISO using DAEMON Tools, and in the .BIN directory there's a file called SLES_534.81, but no SLPM_658.26 anywhere
god save the queen
Posts: 3
Joined: Thu Oct 13, 2022 10:38 am

Re: 10000 Bullets

Post by god save the queen »

editing the script did the trick