#include <QXP33Deobfuscator.h>
Public Member Functions | |
QXP33Deobfuscator (uint16_t seed, uint16_t increment) | |
void | next () |
![]() | |
uint16_t | operator() (uint16_t value) const |
uint8_t | operator() (uint8_t value) const |
Private Attributes | |
uint16_t | m_increment |
Additional Inherited Members | |
![]() | |
QXPDeobfuscator (uint16_t seed) | |
![]() | |
uint16_t | m_seed |
libqxp::QXP33Deobfuscator::QXP33Deobfuscator | ( | uint16_t | seed, |
uint16_t | increment ) |
void libqxp::QXP33Deobfuscator::next | ( | ) |
Referenced by libqxp::QXP33Parser::parsePages().
|
private |
Referenced by next().