From 79f23e4d37a48098f564a18a5c22b6bbdf34ca05 Mon Sep 17 00:00:00 2001 From: leslie Date: Thu, 9 Oct 2008 20:49:03 +0800 Subject: [PATCH] update testing --- testing/testECM.c | 1 + testing/testTPS.c | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/testECM.c b/testing/testECM.c index 24334bb..65cb084 100644 --- a/testing/testECM.c +++ b/testing/testECM.c @@ -22,6 +22,7 @@ int main(int argc, char *argv[]) LogAll(); cLogging::SetModuleOption(LCLASS(7,0x20<<2),false); // Nagra L_SYS_DISASM cLogging::SetModuleOption(LCLASS(7,0x20<<4),false); // Nagra L_SYS_CPUSTATS + cLogging::SetModuleOption(LCLASS(16,0x20<<5),false); // Viacsess L_SYS_DISASM unsigned char ecm[4096]; ReadRaw(argv[6],ecm,sizeof(ecm)); diff --git a/testing/testTPS.c b/testing/testTPS.c index b38e03c..a7ab45b 100644 --- a/testing/testTPS.c +++ b/testing/testTPS.c @@ -67,6 +67,7 @@ void cTpsAuHook::DummyProcess(unsigned char *data, int size) else { tpskeys.LoadBin(); } + tpskeys.Purge(time(0)); tpskeys.Save(); } -- 2.39.5