001 Win32-API
001 Win32-API
Win32 DLLs
Ntdll.dll
Kernel32.dll
Kernelbase.dll
Gdi32.dll
User32.dll
Comctl32.dll
Advapi32.dll
Ws32_32.dll
DLLs provided by Visual Studio SDK
runtime
Msvcrt.dll
Msvbvm60.dll
Vcruntimexx.dll (xx refers to version of the sdk)
.Net Frameworks (C# and VB.net)
Studying win32 API from
MSDN docs
Searching for win32 API docs
CreateFile
WriteFile
ReadFile
SetFilePointer
DeleteFile
CloseFile
APIs that perform Registry operations
RegCreateKey
RegDeleteKey
RegSetValue
APIs for virtual memory
VirtualAlloc
VirtualProtect
NtCreateSection
WriteProcessMemory
NtMapViewOfSection
APIs on Processes and Threads
CreateProcess
ExitProcess
CreateRemoteThread
CreateThread
GetThreadContext
SetThreadContext
TerminateProcess
CreateProcessInternalW
APIs on DLLs
LoadLibrary
GetProcAddress
APIs on Windows Services
OpenSCManager
CreateService
OpenService
ChangeServiceConfig2W
StartService
APIs on Mutexes
CreateMutex
OpenMutex
Behaviour Identification
with APIs
Behaviour Identifcation with APIs