QuickBMS

From Simwiki.net
Jump to navigation Jump to search

What is QuickBMS?

Files extractor and reimporter, archives and file formats parser, advanced tool for reverse engineers and power users, and much more. [1]

For sim modding purposes, QuickBMS might be used to extract the contents of encrypted files.

Overview: [2]

  • Universal script based files extractor and reimporter.
  • QuickBMS supports tons of games and file formats, archives, encryptions, compressions, obfuscations and other algorithms.
  • QuickBMS uses a minimalistic GUI if the executable is double-clicked (launched normally) or from command-line if launched from the console, by using this second mode or a link to the executable it's possible to activate many useful and advanced options.

Features: [3]

  • open source and multiplatform, tested on Windows (even Win98) and GNU/Linux (x86 and PPC)
  • works from both command-line and GUI (Windows only, just double-click on quickbms.exe)
  • reimport and reimport2 modes for reinjecting the modified files back to the archives
  • support for tons of encryption algorithms, even some proprietary ones
  • support for tons of compression algorithms (over 700), even some proprietary ones
  • support for tons of hashing algorithms
  • support for other types of algorithms (like base64) and/or obfuscations (xor, rot and so on)
  • support for calling DLLs and raw dumped functions with almost any known calling convention
  • support for bits operation and switchable little/big endian
  • simple and dynamic language that allows to make many operations reducing the percentage of archives and formats that can't be supported easily
  • verbose option (-V) that displays all the needed details during reversing and testing of file formats
  • HTML output (-H) that automatically applies colors and names to the fields parsed during the usage of the scripts: example for zip.bms on q3infoboom.zip
  • possibility to use the tool as a blind scanner of compression, encryption and crc/checksum algorithms
  • support for network sockets, SSL and http/https
  • support for other alternative input/output interfaces like processes (included debugging and automatic breakpoint restoring), audio, video and Windows messages
  • support for the visualization and creation of various types of data like x86 assembly, IP addresses, time_t, FILETIME, ClassID and more
  • support for C-like structures and basic syntax for easy handling of file formats
  • support for any command-line decompressor/decrypter/anything_else via the EXECUTE method (Comtype and Encryption commands)
  • read and write operations
  • quickbms_4gb_files.exe is a native 32bit program with all the variables set as 64bit useful in some situations
  • planned future development that will cover more advanced features for reverse engineers and power users
  • customizable CRC engine
  • tons of scripts supporting hundreds of file formats and thousands of games
  • experimental games localization (strings editing)
  • creation of ISO images and ZIP archives as alternative outputs
  • embedded C compiler to use C functions at runtime
  • support for embedded Python and Lua scripts
  • experimental IPC interfaces: named pipes, mailslot, web and dll
  • support for the WCX packer plugins of Total Commander

Download

Resources

Scratchpad

==
251107

QuickBMS generic files extractor and reimporter 0.12 (quickbms) https://aluigi.altervista.org/quickbms.htm
universal script based files extractor and reimporter.
QuickBMS supports tons of games and file formats, archives, encryptions, compressions, obfuscations and other algorithms.
Decrypt scripts https://aluigi.altervista.org/search.php?src=decrypt

QuickBMS - 2411 BMS Scripts (241107) - these contain the details needed to decrypt encrypted files https://www.mediafire.com/file_premium/9e78oo7e9wtat2a/quickbms_bms_scripts.zip/file 

gMotor2:
ISI rFactor //[[gM files decrypter/encrypter 0.2b (rfactorgmdec) https://aluigi.altervista.org/papers/rfactordec.zip
decrypter for the encrypted //[[gM files used in rFactor, ARCA Sim Racing, ACTC/Simulador Turismo Carretera, Top Race Simulador 2009, Superleague Formula, Lexus IS F and possibly other games based on the rFactor engine.
these files can have various extensions and can be identified opening them with a text editor, verifying that they starts with //[[gM and checking if they contain non-textual data (garbage). 

ISI rFactor files decrypter/encrypter 0.2.2 (rfactordec) https://aluigi.altervista.org/papers/rfactordec.zip
decrypter for the encrypted meshes/DDS/GMT files used in rFactor, ARCA Sim Racing, ACTC/Simulador Turismo Carretera and Carretera 2012, Top Race Simulador 2009, Superleague Formula, Lexus IS F, Game Stock Car and possibly other games based on the rFactor engine. 

Race WTCC files encrypter/decrypter 0.3.5 (wtcced) https://aluigi.altervista.org/papers/wtcced.zip
tool for decrypting and encrypting the files used in the games developed by Simbin like Race WTCC, Race07, GTR Evolution, STCC, Volvo, Race On, Race Room (both the old and new versions, JCA archives) and so on. 

rFactorTools is a collections of tools for manipulating and converting rFactor related files. The main use of these tools right now is automatic conversion of rFactor mods over to GameStockCar2013. Conversion is at this point completely automatic for most mods, but some problems might remain. The file FAQ provides solutions for common problems. https://github.com/Grumbel/rfactortools/tree/master

GTR2 conversion is in there, too, but still a to-do as GMT file formats differ between GTR2 and GSC https://github.com/Grumbel/rfactortools/blob/master/rfactortools/gtr2.py