DynamoRIO / DynamoRIO/dynamorio
console writing issues: no client at all for win7x86; no client for certain points on various other platforms; no output for graphical apps on all but win7
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on September 20, 2011 15:17:37_
split from issue #440 the solution there was to nop the call to ConnectConsoleInternal.
that magically fixes 32-bit, and in fact enables output during exit: not sure if this is some architectural change in when csrss shuts down the console resources or what. I tried the same nop on xpwow64 and it had no such effect.
the other problem is that while the issue #440 fix does enable app output to the console for 64-bit apps, clients still cannot write to the console.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=556_
Contributor guide
Assessment
This issue has not been assessed yet.