So I am doing the classic Binary bomb and have managed to get to phase 6 without to much trouble but I've been bashing my head trying to ...
This phase is definitely the trickiest out of all of the other bomb lab
try *(*(*(*($eax+8)+8)+8)+8) , *(*(*($eax+8)+8)+8) , *(*($eax+8)+8) , *($eax+8) , $ eax , AND $edx . > run bomb ---after input 6 int--- ...
Phase 6. This phase is the hardest yet. I spent longer trying to solve this
Load the binary, perform analysis, seek to Phase 6, and have a look at your task. ... nodes in descending order to beat this level, based on their value, not index.
Hey, I've managed to get to phase 6 without too many problems, but this phase is just eluding me. I have figured out there is a linked list with the nodes: Nodes: ...
- stage4: check that the elements of the linked list are in reverse sorted order. # edi = i, ebx = j;. i = 0. esi = 0.
I will continue on here with the final phase of this binary bomb: phase 6.
Binary Bomb. Now the nodes are sorted in order of decreasing X value. We can use the node indices as the password for this phase.
Cmubomb challenge writeup from the Modern Binary Exploitation course.