4 Commits

Author SHA1 Message Date
Jason Hood
a1bf74dff9 Fix crash when some programs start
A few functions that are hooked are not imported, so testing if my
import was already hooked would fail.

SetCurrentConsoleFontEx should have been hooked, but wasn't.
2019-02-03 18:49:28 +10:00
Jason Hood
3ab935a1ad Release v1.84 2018-05-11 22:14:50 +10:00
Jason Hood
dc7569dc26 Inject by adding to the Import Directory Table.
-p uses CreateRemoteThread, determining kernel32.dll & LLW dynamically.
Loading via LoadLibrary will remember the current attributes, restoring them on
unload.
Tweaked log output (remove quotes around CreateProcess command line; add an
underscore to 64-bit addresses).
ansicon.exe will really output (to the console) strings as Unicode.
Fixed ansicon.exe, if installed, restoring the default attributes, not current.
ansicon.exe will start with ANSICON_DEF (if defined and -m not used).
2014-02-05 00:21:42 +10:00
Jason Hood
80ce96981f Updated readme; added zlib license. 2013-02-14 18:28:06 +10:00