2017-08-29 19:34:30 +04:00

11 строки
215 B
C++

#ifndef __REPLACERANDOMIZER_H
#define __REPLACERANDOMIZER_H
#include "BaseRandomizer.h"
class ReplaceRandomizer : BaseRandomizer {
public:
static void inject(llvm::Module& M);
};
#endif // !__REPLACERANDOMIZER_H