|
|
Home » Developing U++ » U++ Developers corner » Is EasyHook or any other hooking library supported by U++ ?
( ) 1 Vote
|
Re: Is EasyHook or any other hooking library supported by U++ ? [message #38709 is a reply to message #38708] |
Tue, 08 January 2013 13:12   |
|
smartytwiti wrote on Tue, 08 January 2013 11:49 | We making a security software and we plan to use some Hooking library like EasyHook or perhaps some commercial one...
those libs are supported with VC++ and other IDE but we want to use U++ only to improve productivity.
Is it supported by U++ ?
There is any one has done some Hooking task using U++?
There is a native library built on U++?
PS: I'm newer to U++ and this is my first thread.
|
Hi smartytwiti
Welcome to the forum
I'm not a windows programmer, but from the quick glance at the EasyHook webpage, it seems that there should be no problem using it. It is just a bunch of DLLs and a header file, so it should work just as any other library, right?
I'm not aware about anyone using this, actually I never even heard of it However, I'm quite curious, could you please explain in few words what it is good for? There are chances that other ways to do the same things in more portable manner exist with U++ 
Best regards,
Honza
|
|
|
Re: Is EasyHook or any other hooking library supported by U++ ? [message #38710 is a reply to message #38709] |
Tue, 08 January 2013 14:03   |
smartytwiti
Messages: 3 Registered: September 2012
|
Junior Member |
|
|
Thanks for reply
Well, EasyHook or any hook library its make hooking on windows much easier than ever,
Hooking API on windows is used by Antivirus to debug, view API call, Virtualize and Sandbox any running application.
When your application for example create a file(txt,exe...) its make a call to CreateFileW function on Windows kernel, so from that you can Hook this call Override itby returning INVALID_HANDLE_VALUE and execute your own function that's show "access denied " and in this way how works AV software..
It is just a bunch of DLLs and a header file, so it should work just as any other library
Glad to hear that, but when i make a tour on U++ i have seen some guys looking to how to add DLL to their project and have some issues with that..
In addition i have found this, but i can't get a clean way to iclude DLL file..
I don't know what's this DLi.. could anyone explain to me please?
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat Apr 26 22:10:01 CEST 2025
Total time taken to generate the page: 0.02770 seconds
|
|
|