冰箱警察7 进度更新
1.Shell 2.交叉编译sqlite 3. cmake 4.RTSP 测试 5. 性能测试 6.ip固定和通讯
1.Shell 2.交叉编译sqlite 3. cmake 4.RTSP 测试 5. 性能测试 6.ip固定和通讯
进度有点慢,那就边搞边学源码慢慢来,正所谓观千剑而后识器。。。编译学会了,学学官方demo。
Views: 177
This time we will solves the last phase.
Phase_5 Previous: Phase_4 See the code first. We find it is related to these three functions: string_length, explode_bomb, and strings_not_equal. Here is the string length. We rewrite it into C…
Hey, I'm back. This time we will solve phase 4. Ready? Go!
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…
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!