其他
POC睡眠混淆技术 -- Cronos
#include "Cronos.h"
int main() {
int timesToExecute = 1337;
int seconds = 10;
for (int i = 0; i < timesToExecute; i++) {
CronosSleep(seconds);
// YOUR CODE HERE!
}
}
1、NASM
2、make
3、VisualStudio Compiler
热文推荐