I attached a Visual Studio 2015 debugger to a process and want to dump a specific memory section to a file (unsigned char array, contains binary image data). Is something like that possible?
edit: I dumped the array using HxD (Hex editor). Searched for the start of the array (by searching a long sequence of the start of the array) and selected the array length, seems kind of hacky tho.