Who am I?
I’m a man, also animal, but not brute. -Range Views: 80
I’m a man, also animal, but not brute. -Range Views: 80
cd “d:\” && gcc test_p.c -o test_p && “d:\”test_p table 8 *table 12 table+1 8 *(table+1) 12 *(table)+1 8 *(*(table)+1) 4 table 6422000 *table 6422000 table+1 6422012 *(table+1) 6422012 *(table)+1…
In fact, this sentence is not completed. The full sentence is “Everything is a file descriptor or a process”. As a freshman in computer science, I think the first half…
url Views: 120
We finished phase_2. This time we will try to finish phase_3. Firstly, we post the code. We can see that phase_3 does not call other functions except “scanf()” and “explode_bomb”.…
Last time we finished phase1. Now let’s move on. We set breakpoint before explode_bomb() for safety. Move to the assembly code of phase_2. This function calls two functions. One is…
It is easy. All done Views: 146
Emm, in fact, this is a sad story 🙁 ……
Hello everyone! I will share the note about Bomb Lab here. This lab provides us with an interesting way to learn X86-64 assembly. Here we go!