This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Analysis of obfsuscated KoTOR II audio | |
| # | |
| # *** Stock mp3 encoded with lame | |
| # position of LAME : 0x09c (156) | |
| # position of Info : 0x024 (36) | |
| # | |
| # *** KoTOR II obfuscated audio (using bed_001ebo.wav) | |
| # position of LAME : 0xc7 (199) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Run from location where you have audio | |
| # from the <game-dir>/streammusic directory | |
| mp3s=( | |
| [0-5]*.wav | |
| mus_{a,b,t}*.wav | |
| evil_ending.wav | |
| credits.wav |