MCPcopy Create free account

hub / github.com/mandiant/speakeasy / functions

Functions2,357 in github.com/mandiant/speakeasy

MethodCryptStringToBinary
BOOL CryptStringToBinaryA( LPCSTR pszString, DWORD cchString, DWORD dwFlags, BYTE *pbBinary, DWOR
speakeasy/winenv/api/usermode/crypt32.py:31
MethodDbgPrint
ULONG DbgPrint( PCSTR Format, ... );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:127
MethodDbgPrintEx
NTSYSAPI ULONG DbgPrintEx( ULONG ComponentId, ULONG Level, PCSTR Format, ... );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:147
MethodDecodePointer
PVOID DecodePointer( PVOID Ptr );
speakeasy/winenv/api/usermode/kernel32.py:2475
MethodDefWindowProc
LRESULT LRESULT DefWindowProc( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam
speakeasy/winenv/api/usermode/user32.py:307
MethodDeleteAtom
ATOM DeleteAtom( ATOM nAtom );
speakeasy/winenv/api/usermode/kernel32.py:5755
MethodDeleteCriticalSection
void DeleteCriticalSection( LPCRITICAL_SECTION lpCriticalSection );
speakeasy/winenv/api/usermode/kernel32.py:4295
MethodDeleteDC
BOOL DeleteDC( HDC hdc );
speakeasy/winenv/api/usermode/gdi32.py:140
MethodDeleteFile
BOOL DeleteFileW( LPCWSTR lpFileName );
speakeasy/winenv/api/usermode/kernel32.py:3785
MethodDeleteObject
BOOL DeleteObject( HGDIOBJ ho );
speakeasy/winenv/api/usermode/gdi32.py:159
MethodDeleteService
BOOL DeleteService( SC_HANDLE hService );
speakeasy/winenv/api/usermode/advapi32.py:1804
MethodDestroyWindow
BOOL DestroyWindow( HWND hWnd );
speakeasy/winenv/api/usermode/user32.py:298
MethodDeviceIoControl
BOOL DeviceIoControl( HANDLE hDevice, DWORD dwIoControlCode, LPVOID lpInBuffer,
speakeasy/winenv/api/usermode/kernel32.py:6141
MethodDialogBoxParam
INT_PTR DialogBoxParam( HINSTANCE hInstance, LPCSTR lpTemplateName, HWND hWndParent,
speakeasy/winenv/api/usermode/user32.py:964
MethodDisableThreadLibraryCalls
BOOL DisableThreadLibraryCalls( HMODULE hLibModule );
speakeasy/winenv/api/usermode/kernel32.py:330
MethodDisconnectNamedPipe
BOOL DisconnectNamedPipe( HANDLE hNamedPipe );
speakeasy/winenv/api/usermode/kernel32.py:4655
MethodDispatchMessage
LRESULT DispatchMessage( const MSG *lpMsg );
speakeasy/winenv/api/usermode/user32.py:739
MethodDnsQuery_
DNS_STATUS DnsQuery_A( PCSTR pszName, WORD wType, DWORD Options, PVOID
speakeasy/winenv/api/usermode/dnsapi.py:47
MethodDuplicateHandle
BOOL DuplicateHandle( HANDLE hSourceProcessHandle, HANDLE hSourceHandle, HANDLE hTargetProcessHandle,
speakeasy/winenv/api/usermode/kernel32.py:5606
MethodDuplicateTokenEx
BOOL DuplicateTokenEx( HANDLE hExistingToken, DWORD dwDesiredAccess,
speakeasy/winenv/api/usermode/advapi32.py:583
MethodEnableWindow
BOOL EnableWindow( HWND hWnd, BOOL bEnable );
speakeasy/winenv/api/usermode/user32.py:1272
MethodEncodePointer
PVOID EncodePointer( _In_ PVOID Ptr );
speakeasy/winenv/api/usermode/kernel32.py:2461
MethodEncryptMessage
SECURITY_STATUS SEC_ENTRY EncryptMessage( PCtxtHandle phContext, unsigned long fQOP, PSecBufferDesc pMessage,
speakeasy/winenv/api/usermode/secur32.py:49
MethodEndPaint
BOOL EndPaint( HWND hWnd, const PAINTSTRUCT *lpPaint );
speakeasy/winenv/api/usermode/user32.py:1188
MethodEnterCriticalSection
void EnterCriticalSection( LPCRITICAL_SECTION lpCriticalSection );
speakeasy/winenv/api/usermode/kernel32.py:2503
MethodEnumDisplayMonitors
BOOL EnumDisplayMonitors( HDC hdc, LPCRECT lprcClip, MONITORENUMPROC lpfnEnum,
speakeasy/winenv/api/usermode/user32.py:1581
MethodEnumProcessModules
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/psapi.py:76
MethodEnumProcesses
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/psapi.py:56
MethodEnumProcesses
BOOL EnumProcesses( DWORD *lpidProcess, DWORD cb, LPDWORD lpcbNeeded );
speakeasy/winenv/api/usermode/kernel32.py:6321
MethodEnumServicesStatus
BOOL EnumServicesStatusA( SC_HANDLE hSCManager, DWORD dwServiceType, DWORD
speakeasy/winenv/api/usermode/advapi32.py:1752
MethodEnumWindows
BOOL EnumWindows( WNDENUMPROC lpEnumFunc, LPARAM lParam );
speakeasy/winenv/api/usermode/user32.py:885
MethodEqualSid
BOOL EqualSid( PSID pSid1, PSID pSid2 );
speakeasy/winenv/api/usermode/advapi32.py:1279
MethodEtwRegister
NTSTATUS EtwRegister( LPCGUID ProviderId, PETWENABLECALLBACK EnableCallback, PVOID
speakeasy/winenv/api/kernelmode/ntoskrnl.py:1799
MethodExAcquireFastMutex
VOID ExAcquireFastMutex( _Inout_ PFAST_MUTEX FastMutex );
speakeasy/winenv/api/kernelmode/hal.py:39
MethodExAcquireFastMutex
VOID ExAcquireFastMutex( _Inout_ PFAST_MUTEX FastMutex );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:1942
MethodExAcquireResourceExclusiveLite
BOOLEAN ExAcquireResourceExclusiveLite( PERESOURCE Resource, BOOLEAN Wait );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:1911
MethodExAcquireResourceSharedLite
BOOLEAN ExAcquireResourceSharedLite( _Inout_ PERESOURCE Resource, _In_ BOOLEAN Wait );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:1922
MethodExAllocatePool
NTKERNELAPI PVOID ExAllocatePool( POOL_TYPE PoolType, SIZE_T NumberOfBytes );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:358
MethodExAllocatePoolWithTag
NTKERNELAPI PVOID ExAllocatePoolWithTag( POOL_TYPE PoolType, SIZE_T NumberOfBytes, ULONG Tag );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:318
MethodExFreePool
void ExFreePool( addr );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:371
MethodExFreePoolWithTag
NTKERNELAPI VOID ExFreePoolWithTag( PVOID P, ULONG Tag );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:340
MethodExInitializeResourceLite
NTKERNELAPI NTSTATUS ExInitializeResourceLite( PERESOURCE Resource );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:1894
MethodExQueueWorkItem
DECLSPEC_DEPRECATED_DDK NTKERNELAPI VOID ExQueueWorkItem( __drv_aliasesMem PWORK_QUEUE_ITEM WorkItem, WORK_QUEUE_TYPE
speakeasy/winenv/api/kernelmode/ntoskrnl.py:2223
MethodExReleaseFastMutex
VOID ExReleaseFastMutex( _Inout_ PFAST_MUTEX FastMutex );
speakeasy/winenv/api/kernelmode/hal.py:48
MethodExReleaseFastMutex
VOID ExReleaseFastMutex( _Inout_ PFAST_MUTEX FastMutex );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:1953
MethodExReleaseResourceLite
VOID ExReleaseResourceLite( _Inout_ PERESOURCE Resource );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:1933
MethodExSystemTimeToLocalTime
void ExSystemTimeToLocalTime( PLARGE_INTEGER SystemTime, PLARGE_INTEGER LocalTime );
speakeasy/winenv/api/kernelmode/ntoskrnl.py:1740
MethodExitProcess
void ExitProcess( UINT uExitCode );
speakeasy/winenv/api/usermode/kernel32.py:1578
MethodExitThread
void ExitThread( DWORD dwExitCode );
speakeasy/winenv/api/usermode/kernel32.py:832
MethodExpandEnvironmentStrings
DWORD ExpandEnvironmentStringsA( LPCSTR lpSrc, LPSTR lpDst, DWORD nSize );
speakeasy/winenv/api/usermode/kernel32.py:2586
MethodExtractIcon
HICON ExtractIconA( HINSTANCE hInst, LPCSTR pszExeFileName, UINT nIconIndex );
speakeasy/winenv/api/usermode/shell32.py:201
MethodFileTimeToSystemTime
BOOL FileTimeToSystemTime( const FILETIME *lpFileTime, LPSYSTEMTIME lpSystemTime );
speakeasy/winenv/api/usermode/kernel32.py:1598
MethodFindAtom
ATOM FindAtomA( LPCSTR lpString );
speakeasy/winenv/api/usermode/kernel32.py:5699
MethodFindClose
BOOL FindClose( HANDLE hFindFile );
speakeasy/winenv/api/usermode/kernel32.py:4961
MethodFindFirstFileEx
HANDLE FindFirstFileExA( LPCSTR lpFileName, FINDEX_INFO_LEVELS fInfoLevelId, LPVOID
speakeasy/winenv/api/usermode/kernel32.py:4844
MethodFindFirstVolume
HANDLE FindFirstVolumeW( LPWSTR lpszVolumeName, DWORD cchBufferLength );
speakeasy/winenv/api/usermode/kernel32.py:5829
MethodFindNextFile
BOOL FindNextFile( HANDLE hFindFile, LPWIN32_FIND_DATAA lpFindFileData );
speakeasy/winenv/api/usermode/kernel32.py:4919
MethodFindNextVolume
BOOL FindNextVolumeW( HANDLE hFindVolume, LPWSTR lpszVolumeName, DWORD cchBufferLength );
speakeasy/winenv/api/usermode/kernel32.py:5857
MethodFindResource
HRSRC FindResourceA( HMODULE hModule, LPCSTR lpName, LPCSTR lpType );
speakeasy/winenv/api/usermode/kernel32.py:5077
MethodFindResourceEx
HRSRC FindResourceExW( [in, optional] HMODULE hModule, [in] LPCWSTR lpType, [in] LPCW
speakeasy/winenv/api/usermode/kernel32.py:5112
MethodFindVolumeClose
BOOL FindVolumeClose( HANDLE hFindVolume );
speakeasy/winenv/api/usermode/kernel32.py:5889
MethodFindWindow
HWND FindWindow( LPCSTR lpClassName, LPCSTR lpWindowName );
speakeasy/winenv/api/usermode/user32.py:770
MethodFlashWindow
BOOL FlashWindow( HWND hWnd, BOOL bInvert );
speakeasy/winenv/api/usermode/user32.py:1242
MethodFlsAlloc
DWORD FlsAlloc( PFLS_CALLBACK_FUNCTION lpCallback );
speakeasy/winenv/api/usermode/kernel32.py:2395
MethodFlsFree
BOOL FlsFree( DWORD dwFlsIndex );
speakeasy/winenv/api/usermode/kernel32.py:4305
MethodFlsGetValue
PVOID FlsGetValue( DWORD dwFlsIndex );
speakeasy/winenv/api/usermode/kernel32.py:2440
MethodFlsGetValue2
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/kernel32.py:6784
MethodFlsSetValue
BOOL FlsSetValue( DWORD dwFlsIndex, PVOID lpFlsData );
speakeasy/winenv/api/usermode/kernel32.py:2412
MethodFlushFileBuffers
BOOL FlushFileBuffers( HANDLE hFile );
speakeasy/winenv/api/usermode/kernel32.py:6250
MethodFreeConsole
BOOL WINAPI FreeConsole(void);
speakeasy/winenv/api/usermode/kernel32.py:5350
MethodFreeEnvironmentStrings
BOOL FreeEnvironmentStrings( LPCH penv );
speakeasy/winenv/api/usermode/kernel32.py:2644
MethodFreeLibrary
BOOL FreeLibrary( HMODULE hLibModule );
speakeasy/winenv/api/usermode/kernel32.py:4426
MethodFreeLibraryAndExitThread
void FreeLibraryAndExitThread( HMODULE hLibModule, DWORD dwExitCode );
speakeasy/winenv/api/usermode/kernel32.py:821
MethodFreeResource
BOOL FreeResource( [in] HGLOBAL hResData );
speakeasy/winenv/api/usermode/kernel32.py:5207
MethodFreeSid
PVOID FreeSid( PSID pSid );
speakeasy/winenv/api/usermode/advapi32.py:1121
MethodFsRtlAllocatePool
void FsRtlAllocatePool( PoolType, NumberOfBytes);
speakeasy/winenv/api/kernelmode/ntoskrnl.py:2174
MethodFwpmCalloutAdd0
DWORD FwpmCalloutAdd0( HANDLE engineHandle, const FWPM_CALLOUT0 *callout, PSECURITY_DESCRIPTOR s
speakeasy/winenv/api/kernelmode/fwpkclnt.py:202
MethodFwpmCalloutDeleteById0
DWORD FwpmCalloutDeleteById0( HANDLE engineHandle, UINT32 id );
speakeasy/winenv/api/kernelmode/fwpkclnt.py:297
MethodFwpmEngineClose0
DWORD FwpmEngineClose0( HANDLE engineHandle );
speakeasy/winenv/api/kernelmode/fwpkclnt.py:348
MethodFwpmEngineOpen0
DWORD FwpmEngineOpen0( const wchar_t *serverName, UINT32 authnService, SEC_WINNT_AUTH_
speakeasy/winenv/api/kernelmode/fwpkclnt.py:76
MethodFwpmFilterAdd0
DWORD FwpmFilterAdd0( HANDLE engineHandle, const FWPM_FILTER0 *filter, PSECURITY_DESCRIPTOR sd,
speakeasy/winenv/api/kernelmode/fwpkclnt.py:243
MethodFwpmFilterDeleteById0
DWORD FwpmFilterDeleteById0( HANDLE engineHandle, UINT64 id );
speakeasy/winenv/api/kernelmode/fwpkclnt.py:283
MethodFwpmSubLayerAdd0
DWORD FwpmSubLayerAdd0( HANDLE engineHandle, const FWPM_SUBLAYER0 *subLayer, PSECURITY_DESCRIPTOR sd
speakeasy/winenv/api/kernelmode/fwpkclnt.py:117
MethodFwpmSubLayerDeleteByKey0
DWORD FwpmSubLayerDeleteByKey0( HANDLE engineHandle, const GUID *key );
speakeasy/winenv/api/kernelmode/fwpkclnt.py:328
MethodFwpsCalloutRegister1
NTSTATUS FwpsCalloutRegister1( void *deviceObject, const FWPS_CALLOUT1 *callout, UINT32
speakeasy/winenv/api/kernelmode/fwpkclnt.py:159
MethodFwpsCalloutUnregisterById0
NTSTATUS FwpsCalloutUnregisterById0( const UINT32 calloutId );
speakeasy/winenv/api/kernelmode/fwpkclnt.py:313
MethodFwpsInjectionHandleCreate0
NTSTATUS FwpsInjectionHandleCreate0( ADDRESS_FAMILY addressFamily, UINT32 flags, HANDLE *injectionHan
speakeasy/winenv/api/kernelmode/fwpkclnt.py:98
MethodFwpsInjectionHandleDestroy0
NTSTATUS FwpsInjectionHandleDestroy0( HANDLE injectionHandle );
speakeasy/winenv/api/kernelmode/fwpkclnt.py:360
MethodGdiSetBatchLimit
DWORD GdiSetBatchLimit( DWORD dw );
speakeasy/winenv/api/usermode/gdi32.py:95
MethodGetACP
UINT GetACP();
speakeasy/winenv/api/usermode/kernel32.py:2803
MethodGetActiveWindow
HWND GetActiveWindow();
speakeasy/winenv/api/usermode/user32.py:1066
MethodGetAdaptersInfo
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/iphlpapi.py:27
MethodGetAltTabInfo
BOOL GetAltTabInfoA( HWND hwnd, int iItem, PALTTABINFO pati, LPSTR pszItemText,
speakeasy/winenv/api/usermode/user32.py:1218
MethodGetAsyncKeyState
SHORT GetAsyncKeyState( [in] int vKey );
speakeasy/winenv/api/usermode/user32.py:476
MethodGetAtomName
UINT GetAtomNameA( ATOM nAtom, LPSTR lpBuffer, int nSize );
speakeasy/winenv/api/usermode/kernel32.py:5726
MethodGetBinaryType
BOOL GetBinaryTypeA( LPCSTR lpApplicationName, LPDWORD lpBinaryType );
speakeasy/winenv/api/usermode/kernel32.py:5621
MethodGetCPInfo
BOOL GetCPInfo( UINT CodePage, LPCPINFO lpCPInfo );
speakeasy/winenv/api/usermode/kernel32.py:2825
MethodGetCaretBlinkTime
UINT GetCaretBlinkTime();
speakeasy/winenv/api/usermode/user32.py:1525
MethodGetCaretPos
BOOL GetCaretPos( LPPOINT lpPoint );
speakeasy/winenv/api/usermode/user32.py:1159
MethodGetClientRect
BOOL GetClientRect( [in] HWND hWnd, [out] LPRECT lpRect );
speakeasy/winenv/api/usermode/user32.py:528
← previousnext →801–900 of 2,357, ranked by callers