Funções da API do Windows
Anti-debugging
BOOL IsDebuggerPresent();BOOL CheckRemoteDebuggerPresent(
[in] HANDLE hProcess,
[in, out] PBOOL pbDebuggerPresent
);Caixas de Mensagens
int MessageBoxA(
[in, optional] HWND hWnd,
[in, optional] LPCTSTR lpText,
[in, optional] LPCTSTR lpCaption,
[in] UINT uType
);Caixas de Texto
Criptografia
Data e Hora
Discos e Volumes
Entrada e Saída (I/O)
Internet
Janelas
Memória
Processos e Threads
Registro
Strings
Last updated
Was this helpful?