I want you to help me guys | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

I want you to help me guys

application in C/C++ that uses minimum two variables and takes minimum two parameters as inputs . a. Show the Variables in the stack. b. Show the parameters in the stock. c. Show the value of old EIP (return address) stored in the stack frame. d. Show the value of old EBP stored in the stack frame, (i.e., EBP of the caller function). e. Address stored in the EIP register. f. Address stored in the EBP register. g. Address of the stack pointer ESP. h. Address stored in the instruction pointer (address of the code that will be executed next). i. Content of the instruction registers (the code that is currently being executed). ------------------------------ can you ? With all these requirements

30th Apr 2024, 1:48 AM
MISA
MISA - avatar
5 Respuestas
+ 3
Do you want help with it? Share your code attempt, and the community will be happy to help you with any doubts.
30th Apr 2024, 3:03 AM
Chris Coder
Chris Coder - avatar
+ 3
MISA start with the first requirement and add one at a time. Please show a link to what you have tried. Be specific about what help you need. This community does not write your homework for you. When you have a specific programming question, there are many helpful individuals who are happy to explain things and help you understand what to do.
30th Apr 2024, 3:06 AM
Brian
Brian - avatar
+ 3
this section is for asking coding related questions, not for giving challenges , use feed section for These type of works
30th Apr 2024, 4:37 PM
Alhaaz
Alhaaz - avatar
+ 2
That’s not help, that’s free development labor
30th Apr 2024, 2:37 AM
Wilbur Jaywright
Wilbur Jaywright - avatar
+ 2
if i understood correctly you want to print some register and stack values of you own application? If assume its a windows application you can thow a exception (eg: int3/breakpoint) and catch it with SEH/VEH and in the handler you can print them
18th May 2024, 10:47 PM
john ds
john ds - avatar