DEFCON Capture the Flag Qualification Challenge #1
1–10 of 18 posts
Re: DEFCON Capture the Flag Qualification Challenge #1
#2Re: DEFCON Capture the Flag Qualification Challenge #1
#3I'm very inexperienced with reverse-engineering, and haven't finished the article yet, but is "s23" here a typo? I can't find any other reference to it in the article, and it doesn't make sense to me. Should it be "s2"? Thanks
Re: DEFCON Capture the Flag Qualification Challenge #1
#4> Therefore, if we are copying into s2 and we only leak data after the 4th character, we can assume that by default in the uninitialized stack there is a null at s23. I'm very inexperienced with reverse-engineering, and haven't finished the article yet, but is "s23" here a typo? I can't find any other reference to it in the article, and it doesn't make sense to me. Should it be "s2"? Thanks
Re: DEFCON Capture the Flag Qualification Challenge #1
#5> Therefore, if we are copying into s2 and we only leak data after the 4th character, we can assume that by default in the uninitialized stack there is a null at s23. I'm very inexperienced with reverse-engineering, and haven't finished the article yet, but is "s23" here a typo? I can't find any other reference to it in the article, and it doesn't make sense to me. Should it be "s2"? Thanks
Re: DEFCON Capture the Flag Qualification Challenge #1
#6Re: DEFCON Capture the Flag Qualification Challenge #1
#7> Therefore, if we are copying into s2 and we only leak data after the 4th character, we can assume that by default in the uninitialized stack there is a null at s23. I'm very inexperienced with reverse-engineering, and haven't finished the article yet, but is "s23" here a typo? I can't find any other reference to it in the article, and it doesn't make sense to me. Should it be "s2"? Thanks
It might be a slight typo, but I think that s23 is referring to the 3rd index in s2. Since the 4th character (or index 3 in a 0-index string), is the one that is causing the leak, this must be where the null character is.
Re: DEFCON Capture the Flag Qualification Challenge #1
#8Re: DEFCON Capture the Flag Qualification Challenge #1
#9Good 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 :)
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. etc.