Latest News
Showing posts with label win32. Show all posts
Showing posts with label win32. Show all posts
Win32 samples
Posted by genesisdatabase
on
Saturday, 29 January 2011
, under
all,
C,
cpp,
list,
processes,
Programming,
Source Codes,
win32
|
comments (0)
Today i came across a very interesting website while searching for a method to display processes for all users! This website, http://win32.mvps.org/ provides alot of useful information coded in C! As a C/C++ programmer, it is highly suggested to give this website a visit! As for the source code i was looking for (displaying processes for all users), it is here!
Visit it for a better you here.
Microsoft Detours
Posted by genesisdatabase
on
Friday, 3 December 2010
, under
address,
api,
C,
cpp,
detours,
iat,
import,
intercept,
kernel,
microsoft,
ms,
msn,
recv,
redirect,
send,
table,
win32,
winapi
|
comments (0)
Detours is a library for instrumenting arbitrary Win32 functions on x86, x64, and IA64 machines. Detours intercepts Win32 functions by rewriting the in-memory code for target functions. The Detours package also contains utilities to attach arbitrary dynamic-link libraries (DLLs) and data segments (called payloads) to any Win32 binary.