Everything is a file- The core idea of Unix/Linux
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…
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: 123
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!