Skip to main content
1 of 2
Pieter B
  • 13.3k
  • 1
  • 44
  • 69

Microsoft Windows is built around hooks. Most of them are hidden behind their api but once your application becomes anything more then trivial you can't get around using hooks once in a while.

It's not a matter of ethics, it's just how windows is built.

To put it even stronger: a windows program that uses the windows ui can't work without using hooks.

Pieter B
  • 13.3k
  • 1
  • 44
  • 69