When using the make install-windows command last week, I found myself troubleshooting unexpected behavior because make install-windows failed to move the debug versions of the files over, and if they're not present, then (as expected) there's no warning that the old debug stuff is used. This just adds the debug dlls to the list of files copied to the data/meterpreter directory of framework.
Testing:
[ ] Build meterpreter
[ ] Run make install-windows from the root directory
[ ] verify the debug dlls were copied correctly to metasploit-framework/data/meterpreter
When using the
make install-windows
command last week, I found myself troubleshooting unexpected behavior becausemake install-windows
failed to move the debug versions of the files over, and if they're not present, then (as expected) there's no warning that the old debug stuff is used. This just adds the debug dlls to the list of files copied to thedata/meterpreter
directory of framework.Testing:
metasploit-framework/data/meterpreter