Search found 2 matches

by bendeguz
Sun Aug 17, 2008 7:37 pm
Forum: madKernel
Topic: Freeing unused GDI handles
Replies: 1
Views: 12080

Freeing unused GDI handles

I'm writing a multimedia application using DSPack and my problem is that my app crashes after some hours and in the task manager the GDI handles are around 10000. I asked about this on their forum, but they sent me here and told me that with IHandle interface I can track down this issue. It would be...
by bendeguz
Sat Feb 09, 2008 12:04 am
Forum: madCodeHook
Topic: Application loader with registry hooking
Replies: 1
Views: 3474

Application loader with registry hooking

Hi guys! I need to write a little loader application, which hooks the registry calls, and instead of writing/reading to/from registry it does them from a file. For example i start my loader: loader.exe far.exe and far.exe get's loaded, but all of its registry activity would be redirected to a file. ...