User profile: modoran

User info
User name:modoran
History
Joined:
Number of posts:2077
Latest posts:

How to hide specific folder / file using explorer.exe hook
Hooking like that does not work in 64 bit version of windows anyway, this could be done on windows x...

Hook the printf outputs
1. You execute code via a small console executable of your own which include the DLL 2. You launch t...

[C++] - Opening a directory and getting the path of a selected file
You shouldn't even think about not using Unicode these days. First you need to understand the diffe...

Trying to link from a .dll file in Windows.
A library if is written in C it usually works with another compiler ( not always ). If it is writte...

Trying to link from a .dll file in Windows.
.lib files are usually created with visual studio compiler, gcc on windows creates .a files ( they a...