Linux Reverse Engineering CTFs for Beginners
osandamalith.com
Linux Reverse Engineering CTFs for Beginners
1–10 of 32 posts
Re: Linux Reverse Engineering CTFs for Beginners
#2I don't see that defined anywhere in the article.
From some googling, I guess it's a "Capture the Flag" challenge? It's worth stepping back and explaining that general concept.
Re: Linux Reverse Engineering CTFs for Beginners
#3For Beginners, I'd begin with defining "CTF". I don't see that defined anywhere in the article. From some googling, I guess it's a "Capture the Flag" challenge? It's worth stepping back and explaining that general concept.
Yes, the goal of these is to obtain a flag.
Re: Linux Reverse Engineering CTFs for Beginners
#4One way to see this without running the program is look for where $ebp-0x24 is set:
1210: c7 45 dc 07 00 00 00 mov DWORD PTR [ebp-0x24],0x7Re: Linux Reverse Engineering CTFs for Beginners
#5For Beginners, I'd begin with defining "CTF". I don't see that defined anywhere in the article. From some googling, I guess it's a "Capture the Flag" challenge? It's worth stepping back and explaining that general concept.
Re: Linux Reverse Engineering CTFs for Beginners
#6For Beginners, I'd begin with defining "CTF". I don't see that defined anywhere in the article. From some googling, I guess it's a "Capture the Flag" challenge? It's worth stepping back and explaining that general concept.
It's a constructed exercise, as opposed to a "live" situation.
Re: Linux Reverse Engineering CTFs for Beginners
#7For Beginners, I'd begin with defining "CTF". I don't see that defined anywhere in the article. From some googling, I guess it's a "Capture the Flag" challenge? It's worth stepping back and explaining that general concept.
Re: Linux Reverse Engineering CTFs for Beginners
#8For Beginners, I'd begin with defining "CTF". I don't see that defined anywhere in the article. From some googling, I guess it's a "Capture the Flag" challenge? It's worth stepping back and explaining that general concept.
https://www.freebsd.org/cgi/man.cgi?query=ctf&sektion=5&manp...
Re: Linux Reverse Engineering CTFs for Beginners
#9For Beginners, I'd begin with defining "CTF". I don't see that defined anywhere in the article. From some googling, I guess it's a "Capture the Flag" challenge? It's worth stepping back and explaining that general concept.
Compact C Type Format https://www.freebsd.org/cgi/man.cgi?query=ctf&sektion=5&manp...