NokiMo
oalabs
oalabs

patreon


Debugging Fundamentals Module 5 - Memory

Further Research

Lab 5

When launched the debugger will use the CREATE_PROCESS_DEBUG_EVENT to Read/Write the target process memory and alter the “Hello World” string to print “String Hack” instead.

Lab 5 - Exercise

Update the code in the CREATE_PROCESS_DEBUG_EVENT to patch the target and remove the “Hello World” print entirely so that no string is printed.


Debugging Fundamentals Module 5 - Memory

Related Creators