| CompOrg Fall 2004 Homework #2 FAQ | ||
| CompOrg Home | HW2 Description | ||
| Question: | I finally understand what is going on, but I don't think I can finish by Sunday, can I have some extra time ? |
| Answer: | Yes. The due date has been pushed back to Tuesday night at 11:59PM |
|   |   |
| Question: | I can't run my bomb - I get "permission denied". I get the same thing when I try to use gdb on the bomb. What's wrong? |
| Answer: | You need to make sure the bomb file has execute permissions
turned on. Try this:
chmod +x bomb |
|   |   |
| Question: | I can see how to get to the secret phase, but it doesn't seem possible to enter the string it expects. Am I missing something? |
| Answer: | A number of bombs were built with faulty secret phase code, yours may be one of them. Check the HW2 status page and see if you need to get a fixed bomb. The fixed bomb includes changes only to the secret phase, all the other phases are identical to the original bomb (you don't need to start all over, everything you've done will still work fine). The address of some things will likely change a little (so don't rely on old printouts). Note that the only know problem is with some bombs and the secret phase, there is no problem with any of the other phases. If the status page does not inclue a link labeled "IMPORTANT" for your bomb, there is no secret phase problem. |
|   |   |
| Question: | How do I look at %al or %bl in gdb? |
| Answer: |
|
|   |   |
| Question: | What does |
| Answer: | Any |
|   |   |
| Question: | What does |
| Answer: | This is complex instruction supported by IA32 that deals with
strings (sequences of bytes), in the case of |
|   |   |