Tensorflow

This commit is contained in:
plane000
2018-09-09 07:06:16 +01:00
parent 9ed69a60eb
commit a29377f2c6
10 changed files with 447 additions and 0 deletions

BIN
C++/mreeves-ctf#1/a.out Normal file

Binary file not shown.

View File

@@ -0,0 +1,37 @@
#include <iostream>
#include <string>
void yes() {
}
std::string newString() {
if (1 > 2) {
int x = 124 * 232;
int y = x / 123;
int z = y * x;
}
if (2 > 1231) {
yes();
}
return "ctf{2dbb6458-8def-498e-8ad1-dc84b3364272}";
}
int main() {
std::string lol = "Congratulations, you found this";
lol = newString();
while (true) {
std::string in;
std::cout << "flag:";
std::cin >> in;
if (in == lol) {
std::cout << "Congradulations the flag was the password" << std::endl;
break;
}
}
std::cout << "Nothing to see here..." << std::endl;
return 0;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

11
C++/mreeves-ctf#1/yes.txt Normal file
View File

@@ -0,0 +1,11 @@
**HELLO AND WELCOME TO THE FIRST MICHAEL REEVES REVERSE ENGINERRING CHALLANGE**
We decided to start off simple, see how yall'd get along with it.
CTF:
We have discoved an acient (but still x86 lol) excecutable file, and the key to all our doors is in it :((((
We managed to recover a regular experssion that the key must match with, it isnt much. but it should help, it's `/ctf\{.*\}/`;
Winners will be awareded a special role :))
(on completeion pm the flag to @ben)