asm3
Problem
What does asm3(0xc4bd37e3,0xf516e15e,0xeea4f333) return? Submit the flag as a hexadecimal value (starting with '0x'). NOTE: Your submission for this question will NOT be in the normal flag format. Source located in the directory at /problems/asm3_4_c89016e12b8f3cac92a2e637c03f6139.
Solution
Let's look at the source:
Since this challenge is more complicated than the previous
asm*
challenges, we will compile and run it.We will modify test.S to test_modified.S like so:
We also create a solve.c script:
Compile:
Run
./solve
to get flag.
Flag
0xe52c
Last updated