]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/ChainWalkContext.cpp
extra debugging for Dump()
[freerainbowtables] / Client Applications / rcracki_mt / ChainWalkContext.cpp
index 60c7f0fac312b24dde0e1bf47b136b52a3215f36..c486999f0b5be54726e19d8f7f63d6939538ccbb 100644 (file)
@@ -410,8 +410,12 @@ void CChainWalkContext::Dump()
        printf("hash routine: %s\n", m_sHashRoutineName.c_str());\r
        printf("hash length: %d\n", m_nHashLen);\r
 \r
+       printf( "m_vCharset[0].m_nPlainCharSetLen: %d\n", m_vCharset[0].m_nPlainCharsetLen );\r
+       printf( "m_vCharset[1].m_nPlainCharSetLen: %d\n", m_vCharset[1].m_nPlainCharsetLen );\r
+\r
        printf("plain charset: ");\r
        unsigned int i;\r
+       \r
        for (i = 0; i < m_vCharset[0].m_nPlainCharsetLen; i++)\r
        {\r
                if (isprint(m_vCharset[0].m_PlainCharset[i]))\r