Question: IN LINUX Use objdump -D -M intel ex1 to dump the assembly code of ex1.c. Find . ex1 is ex1.c's excuation file. ex1.c : #include

IN LINUX

Use "objdump -D -M intel ex1" to dump the assembly code of ex1.c. Find

.

ex1 is ex1.c's excuation file.

ex1.c

:

#include

int main()

{

printf("Hellow ");

fflush(stdout);

for(;;);

return 0;

}

And what's the

What is the function of $ ./ex1 & 

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!