Good God. Whenever I read these, I always get chills down my spine. Part of me wants to do the same, get better at it (I know tiny parts of many things including what is discussed here but not even remotely close to the author), the other one just wonders how does one get so good as to perform all this by themselves. Reverse engineering is beautiful :)
DEFCON Capture the Flag Qualification Challenge #1
11–18 of 18 posts
Re: DEFCON Capture the Flag Qualification Challenge #1
#12Should that be "0x01"?
Edit
> The null after the 0x1 is implied
Oh I see, strncpy stopped when it hit the (implied) null (0x00) character
Re: DEFCON Capture the Flag Qualification Challenge #1
#13Good God. Whenever I read these, I always get chills down my spine. Part of me wants to do the same, get better at it (I know tiny parts of many things including what is discussed here but not even remotely close to the author), the other one just wonders how does one get so good as to perform all this by themselves. Reverse engineering is beautiful :)
He gave us a bit of a run-through presentation of his tactics for the latest shmoocon CTF. It seemed like it was a combination of time, skill, more time, patience... and skill? The world of reversing is so beyond my ken, but I love having people around who know how to do it. When I asked how to get started, he suggested I just jump into a CTF and try. [edit] I work at endgame (see my other comment), we're hiring, etc…
Re: DEFCON Capture the Flag Qualification Challenge #1
#14Re: DEFCON Capture the Flag Qualification Challenge #1
#15I love the concept of CTFs but as a web developer (JS/PHP) this is like Greek to me. I presume you need to be a hardcore low-level security hacker to even consider doing CTFs.
Re: DEFCON Capture the Flag Qualification Challenge #1
#16I love the concept of CTFs but as a web developer (JS/PHP) this is like Greek to me. I presume you need to be a hardcore low-level security hacker to even consider doing CTFs.
I don't know if I would have been able to derive this solution on my own though, that's where the creativity comes in. However, I'm guessing these CTF challenges are usually kind of "similar" in the same way that ACM programming challenges are. If you do these sort or challenges often enough it should become easier.
Re: DEFCON Capture the Flag Qualification Challenge #1
#17I love the concept of CTFs but as a web developer (JS/PHP) this is like Greek to me. I presume you need to be a hardcore low-level security hacker to even consider doing CTFs.
Also, the best way to learn this stuff is to do it. Even if this seems out of your league, I'd suggest to just join a team and start playing - if that kind of thing seems interesting to you.
Re: DEFCON Capture the Flag Qualification Challenge #1
#18I love the concept of CTFs but as a web developer (JS/PHP) this is like Greek to me. I presume you need to be a hardcore low-level security hacker to even consider doing CTFs.