Recent Posts
Recent Comments
Link
관리 메뉴

NaggingMachine

Exception, Hooking? You have a soultion 본문

카테고리 없음

Exception, Hooking? You have a soultion

naggingmachine 2006. 9. 6. 14:44

Do you want to catch a global [wk]exception[/wk] and send a bug report to your company? Or, do you want to install a global [wk]API[/wk] hooking and get information or change its implementation? In that case, you have the solution, MadCollection.



One of my friends asked me to set up a global hooking to get information and I started to wrote my own code to do it. But, you know, it's not easy to set up a global hooking, because there are many exceptions you need to consider. So I googled with 'global hooking' keyword, and finally I found MadCollection.



MadCollection support exception handling(madException), global hooking(madCodeHook) etc. The web site have all the information you need when you use it.



You can get the full library without spending any money. It's free if you don't use it commercially. Official version is available at http://madshi.net/madCollection.exe.



Thanks, Mathias Rauen.