I have a question for you guyssss... If you pack a hook with something that is not easily decryptable (so not things like upx, etc) and use a harder protection such as armadillo would it prevent a hook from being detected? Or will still get detected because it will archive the same results just in a slightly different manner?
Armadillo is easy to unpack as well, actually all packers are lol. It will not make your hook undetected due to way UTDC/GNAT scans for hooks, they do this by verifying bytes in a file or at a certain offset using windows API's. Both securitys use methods which are more or less the same.
- HyPz