Rieccomi, sono riuscito a estrarre l'archivio sns usando questo script.
Code:
set MEMORY_FILE binary "\x52\x49\x46\x46\xb8\x59\xa7\x0\x57\x41\x56\x45\x66\x6d\x74\x20\x20\x0\x0\x0\x65\x1\x10\x0\xd6\x10\x0\x0\x1\x0\x0\x3\xe3\x9a\x0\x0\x80\xbb\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x2\x2\x0\x64\x61\x74\x61\x0\x58\xa7\x0"
#set FREQ 0x5DC0 # 24,000 Hz
#set FREQ 0x7D00 # 32,000 Hz
set FREQ 0xAC44 # 44,100 Hz
#set FREQ 0xBB80 # 48,000 Hz
#set CH 0x1
set CH 0x2
get NAME basename
get SIZE asize
string NAME += ".xma"
set RIFFSIZE SIZE
math RIFFSIZE += 0x34
putVarChr MEMORY_FILE 0x04 RIFFSIZE long
putVarChr MEMORY_FILE 0x24 FREQ long
putVarChr MEMORY_FILE 0x31 CH byte
putVarChr MEMORY_FILE 0x38 SIZE long
append
log MEMORY_FILE 0 SIZE
append
math SIZE += 0x3c
log NAME 0 SIZE MEMORY_FILE
L'ho trovato dentro
QUESTO TOOL.
Quindi per l'sns ?? fatta.
Per il file .sbs ho provato a usare il tuo signsrch con questo risultato:
offset num description bits endian size
001f0aa7 1783 anti-debug: Dongle protection [..3]
Il punto ??: e adesso? Puoi aiutarmi?