|
From: Yoda-JM <yo...@us...> - 2010-01-23 10:09:49
|
Module: performous Branch: master Commit: 8a359a488fa28bb9e202f76b487eb658ad66412c Author: Vincent Le Ligeour <yo...@us...> Date: Sat Jan 23 11:09:31 2010 +0100 Added FSB extractor tool inside the tree (need lot of love) --- CMakeLists.txt | 2 +- docs/gh_fsb_decrypt.1 | 12 + tools/CMakeLists.txt | 1 + tools/gh_fsb/CMakeLists.txt | 5 + tools/gh_fsb/fsb.h | 177 +++++ tools/gh_fsb/fsbext.c | 1830 +++++++++++++++++++++++++++++++++++++++++++ tools/gh_fsb/mywav.h | 244 ++++++ tools/gh_fsb/show_dump.h | 68 ++ tools/gh_fsb/xma_header.h | 349 ++++++++ 9 files changed, 2687 insertions(+), 1 deletions(-) |