QXP33Deobfuscator.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /*
3  * This file is part of the libqxp project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 #ifndef QXP33DEOBFUSCATOR_H_INCLUDED
11 #define QXP33DEOBFUSCATOR_H_INCLUDED
12 
13 #include "libqxp_utils.h"
14 #include "QXPDeobfuscator.h"
15 
16 namespace libqxp
17 {
18 
20 {
21 public:
22  QXP33Deobfuscator(uint16_t seed, uint16_t increment);
23 
24  void next();
25 
26 private:
27  uint16_t m_increment;
28 };
29 
30 }
31 
32 #endif // QXP33DEOBFUSCATOR_H_INCLUDED
33 
34 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
uint16_t m_increment
Definition: QXP33Deobfuscator.h:27
Definition: QXP33Deobfuscator.h:19
Definition: libqxp_utils.cpp:24
QXP33Deobfuscator(uint16_t seed, uint16_t increment)
Definition: QXP33Deobfuscator.cpp:15
Definition: QXPDeobfuscator.h:18
void next()
Definition: QXP33Deobfuscator.cpp:21

Generated for libqxp by doxygen 1.8.15