quickbms function introduction
1. Extract various data information of the game
2. Able to quickly perform unpacking operations
3. Let you and Nahao complete various unpacking services
quickbms software features
1. Programming skills are not required, but knowing programming can help you better understand the logic of unpacking scripts.
2. The unpacking process does not require knowing the entire package file format. You can unpack as long as you know the file name, data offset and file size.
3. The command and variable names in the unpacking script are not case sensitive.
4. Any 32-bit value is signed (-2147483648 to 2147483647), so QuickBMS cannot handle files larger than 2GB, but can search on files smaller than 4GB, which means it can only handle package files up to 4GB and Maximum file size within the package is 2GB.
5. Strings called constants (depending on the context of the command) can be processed into string notation in C language, for example: "x12x34hello"bye�", the key here is the escape character or escape sequence of C language.
6. Supports hexadecimal values starting with 0x, for example, 1234 and 0x4d2 are the same.
7. Any operation greater than 8 bits must be controlled by the global big and small order. The default is little order. Otherwise, you need to use the Endian command to specify it.
8. Comments can use C language’s // and /* */, as well as BMS syntax #.
9. Each file opened in QuickBMS has an associated number. All commands use this number to access the file. The default is 0.
10. Memory files are a special type of temporary files that reside in memory and work similar to ordinary files.
11. Temporary files can replace the same files stored on the physical hard drive.
How to use quickbms
1. Use the left mouse button to double-click to run the quickbms.exe program.
2. Select an unpacking script.
3. Select a game resource file (package file).
4. Select an output folder to store the unpacked files.
5. Observe the unpacking progress.
quickbms update log
1. Optimized some functions
2. Solved many unbearable bugs
Huajun editor recommends:
After continuous official updates and iterations, quickbms has become very stable and powerful, meeting all your needs. The editor has also prepared for youFast table software,AlphaEbot action editing software,Automated testing tool AutoRunner,Easy GUI,Little turtle LOGO language
Your comment needs to be reviewed before it can be displayed