bkcrack 1.7.1
Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
VirtualTerminalSupport.hpp
1#ifndef BKCRACK_VIRTUALTERMINALSUPPORT_HPP
2#define BKCRACK_VIRTUALTERMINALSUPPORT_HPP
3
4#include <memory>
5
10{
11public:
14
17
18private:
19 class Impl; // platform-specific implementation
20
21 std::unique_ptr<Impl> m_impl;
22};
23
24#endif // BKCRACK_VIRTUALTERMINALSUPPORT_HPP
VirtualTerminalSupport()
Enable virtual terminal support.
~VirtualTerminalSupport()
Restore console mode as it was before.