1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-08 14:36:22 +01:00
metasploit-payloads/c/meterpreter/source/screenshot
Brent Cook a4f81a51b5 make real_dprintf available even if DEBUGTRACE is not set
By making this a static _inline, it is not necessary to guard it, since
an inline is only instantiated if it is used. This also allows adding
one-off debug message for use during debugging sessions, without turning
on DEBUGTRACE all over the place.

Convert a few of the extensions to also do this as well, making them perhaps
slightly smaller.

I am curious why Windows builds define debug this way, vs posix that
just includes it in common.c. Could I just do that instead, assuming
there's no historical reason.

Finally, correct the docs in the posix version of real_dprintf.
2015-02-25 13:03:18 -06:00
..
bmp2jpeg.c Work towards a clean build 2013-09-03 16:49:09 +10:00
bmp2jpeg.h Initial source import from metasploit-framework 2012-11-19 16:46:07 -06:00
screenshot.c added default multi monitor support 2014-01-27 22:51:40 +01:00
screenshot.h make real_dprintf available even if DEBUGTRACE is not set 2015-02-25 13:03:18 -06:00