I have a homework in which I have to disassembler the code and figure out how to defuse the bomb. Can anyone help please
thanks
bomb-quiet: file format elf32-i386
Disassembly of sectio...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_22937919.html
Zones:
Assembly,
CDate Answered: 11/05/2007 Rating: 4.6 Views: 143
my problem is with this command
cmp 0xfffffffc(%esi,%ebx,4),%eax
i don't know what "0xfffffffc(%esi,%ebx,4)" is
i know
0xfffffffc = 4294967292
$esi = -1075341976
$ebx = 2
$e...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_23252528.html
Zones:
Assembly,
CDate Answered: 03/22/2008 Rating: 7.7 Views: 31
ok so i got lucky with phase one since many of you know this assignment already. i saw that it called for the function strings_not_equal so i just did a strings bomb > strings.txt command and went ...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_24086034.html
Zones:
AssemblyDate Answered: 01/29/2009 Rating: 9.3 Views: 28
I'm stuck and don't know a good place to start.. on diffusing the 3rd phase.. we got through 1-2 ok.. but im just blah on where to go from here.. i set a breakpoint before explode_bomb.. and i disa...
http://www.experts-exchange.com/Programming/Languages/C/Q_24406839.html
Zones:
C,
AssemblyDate Answered: 05/20/2009 Rating: 8.6 Views: 17
Hey, I need to diffuse a binary bomb, I'm not an assembly language expert... so I'd appreciate any help =)
080519e5 <phase_2>:
80519e5: 55 push %ebp
80519e6: ...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_24355820.html
Hey, I need to diffuse a binary bomb, I'm pretty sure this thing has a switch statement in it, and needs 2 numbers, but beyond that, I'm kinda drawing a blank... so any help would be appreciated =)...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_24355832.html
I am working on the cvlassic binary bomb assignment, and I am having a little bit of difficulty on the first phase.
I have a pretty good understanding of what each individual line of code repres...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_24211462.html
Zones:
AssemblyDate Answered: 03/09/2009 Rating: 7.8 Views: 0
I'm trying to get the value of the register of eax at the address 0x8048dc0. The assembler dump is below. Basically it reads 6 numbers and compares them to value of eax and the above memory locati...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_24821814.html
Hello,
I am working on the bomblab and am really struggling with the 6th phase.
I understand that it is a linked list and it is looking for the numbers 1-6 in some order.
This is the section tha...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_24846656.html
Zones:
Assembly,
CDate Answered: 10/27/2009 Rating: 9.3 Views: 36
OK im sure of u guys might of encountered this little exercise before. Anyways, I'm having trouble figuring out one of the phases.
Anyways here's the code:
/* The second phase is harder. No...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_21293498.html
Zones:
AssemblyDate Answered: 01/30/2005 Rating: 6.2 Views: 88