Tensorflow
This commit is contained in:
BIN
C++/mreeves-ctf#1/a.out
Normal file
BIN
C++/mreeves-ctf#1/a.out
Normal file
Binary file not shown.
37
C++/mreeves-ctf#1/main.cpp
Normal file
37
C++/mreeves-ctf#1/main.cpp
Normal 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;
|
||||
}
|
||||
BIN
C++/mreeves-ctf#1/recovered-excecutable
Normal file
BIN
C++/mreeves-ctf#1/recovered-excecutable
Normal file
Binary file not shown.
BIN
C++/mreeves-ctf#1/recovered-excecutable.exe
Normal file
BIN
C++/mreeves-ctf#1/recovered-excecutable.exe
Normal file
Binary file not shown.
BIN
C++/mreeves-ctf#1/recovered-excecutable.i64
Normal file
BIN
C++/mreeves-ctf#1/recovered-excecutable.i64
Normal file
Binary file not shown.
11
C++/mreeves-ctf#1/yes.txt
Normal file
11
C++/mreeves-ctf#1/yes.txt
Normal 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)
|
||||
Reference in New Issue
Block a user