Forum Discussion
GusC
Bronze III
10 months agoWinDbg: Ep.2 – Walking Windows Structures
I'm stuck on Q7..Display all the APIs that the executable imports. What is the final one? I'm running dps 00007ff7`c4480000+1c6b0 L248/4 but not getting the answer correct
- 10 months ago
You should see an output similar to "0 FOO!Bar", and the answer is "Bar".
netcat
Silver III
10 months agoYou should see an output similar to "0 FOO!Bar", and the answer is "Bar".