MCPcopy Create free account

hub / github.com/mandiant/speakeasy / functions

Functions2,357 in github.com/mandiant/speakeasy

MethodGetClipboardOwner
HWND GetClipboardOwner();
speakeasy/winenv/api/usermode/user32.py:1455
MethodGetClipboardSequenceNumber
DWORD GetClipboardSequenceNumber();
speakeasy/winenv/api/usermode/user32.py:1516
MethodGetClipboardViewer
HWND GetClipboardViewer();
speakeasy/winenv/api/usermode/user32.py:1442
MethodGetCommProperties
BOOL GetCommProperties( HANDLE hFile, LPCOMMPROP lpCommProp );
speakeasy/winenv/api/usermode/kernel32.py:5657
MethodGetCommTimeouts
BOOL GetCommTimeouts( HANDLE hFile, LPCOMMTIMEOUTS lpCommTimeouts );
speakeasy/winenv/api/usermode/kernel32.py:5667
MethodGetCommandLine
LPTSTR GetCommandLine();
speakeasy/winenv/api/usermode/kernel32.py:2559
MethodGetComputerName
BOOL GetComputerName( LPSTR lpBuffer, LPDWORD nSize );
speakeasy/winenv/api/usermode/kernel32.py:4738
MethodGetComputerNameEx
BOOL GetComputerNameExA( COMPUTER_NAME_FORMAT NameType, LPSTR lpBuffer, LPDWORD nSi
speakeasy/winenv/api/usermode/kernel32.py:6061
MethodGetConsoleMode
BOOL WINAPI GetConsoleMode( _In_ HANDLE hConsoleHandle, _Out_ LPDWORD lpMode );
speakeasy/winenv/api/usermode/kernel32.py:4454
MethodGetConsoleTitle
DWORD WINAPI GetConsoleTitle( _Out_ LPTSTR lpConsoleTitle, _In_ DWORD nSize );
speakeasy/winenv/api/usermode/kernel32.py:6576
MethodGetConsoleWindow
HWND WINAPI GetConsoleWindow(void);
speakeasy/winenv/api/usermode/kernel32.py:2002
MethodGetCurrentDirectory
DWORD GetCurrentDirectory( DWORD nBufferLength, LPTSTR lpBuffer );
speakeasy/winenv/api/usermode/kernel32.py:5217
MethodGetCurrentHwProfile
BOOL GetCurrentHwProfileA( LPHW_PROFILE_INFOA lpHwProfileInfo );
speakeasy/winenv/api/usermode/advapi32.py:1152
MethodGetCurrentPackageId
LONG GetCurrentPackageId( UINT32 *bufferLength, BYTE *buffer );
speakeasy/winenv/api/usermode/kernel32.py:4827
MethodGetCurrentProcess
HANDLE GetCurrentProcess();
speakeasy/winenv/api/usermode/kernel32.py:1502
MethodGetCurrentProcessId
DWORD GetCurrentProcessId();
speakeasy/winenv/api/usermode/kernel32.py:1756
MethodGetCurrentThread
HANDLE GetCurrentThread();
speakeasy/winenv/api/usermode/kernel32.py:2324
MethodGetCurrentThreadId
DWORD GetCurrentThreadId();
speakeasy/winenv/api/usermode/kernel32.py:1747
MethodGetCursor
HCURSOR GetCursor();
speakeasy/winenv/api/usermode/user32.py:1503
MethodGetCursorPos
BOOL GetCursorPos( LPPOINT lpPoint );
speakeasy/winenv/api/usermode/user32.py:463
MethodGetDC
HDC GetDC( HWND hWnd );
speakeasy/winenv/api/usermode/user32.py:166
MethodGetDIBits
int GetDIBits( HDC hdc, HBITMAP hbm, UINT start, UINT cLines, LPVOID
speakeasy/winenv/api/usermode/gdi32.py:188
MethodGetDateFormat
int GetDateFormatA( LCID Locale, DWORD dwFlags, const SYSTEMTIME *lpDate, LPCS
speakeasy/winenv/api/usermode/kernel32.py:6090
MethodGetDesktopWindow
HWND GetDesktopWindow();
speakeasy/winenv/api/usermode/user32.py:114
MethodGetDeviceCaps
int GetDeviceCaps( HDC hdc, int index );
speakeasy/winenv/api/usermode/gdi32.py:85
MethodGetDiskFreeSpaceEx
BOOL GetDiskFreeSpaceEx( LPCSTR lpDirectoryName, PULARGE_INTEGER lpFreeBytesAvailableToCaller, PULARGE_INTEG
speakeasy/winenv/api/usermode/kernel32.py:6021
MethodGetDlgCtrlID
int GetDlgCtrlID( HWND hWnd );
speakeasy/winenv/api/usermode/user32.py:1198
MethodGetDoubleClickTime
UINT GetDoubleClickTime();
speakeasy/winenv/api/usermode/user32.py:1534
MethodGetDriveType
UINT GetDriveType( LPCSTR lpRootPathName );
speakeasy/winenv/api/usermode/kernel32.py:5465
MethodGetEnvironmentStrings
LPCH GetEnvironmentStrings();
speakeasy/winenv/api/usermode/kernel32.py:2618
MethodGetEnvironmentVariable
DWORD GetEnvironmentVariable( LPCTSTR lpName, LPTSTR lpBuffer, DWORD nSize );
speakeasy/winenv/api/usermode/kernel32.py:4795
MethodGetErrorMode
UINT GetErrorMode();
speakeasy/winenv/api/usermode/kernel32.py:4487
MethodGetExitCodeProcess
BOOL GetExitCodeProcess( HANDLE hProcess, LPDWORD lpExitCode );
speakeasy/winenv/api/usermode/kernel32.py:5489
MethodGetExitCodeThread
BOOL GetExitCodeThread( HANDLE hThread, LPDWORD lpExitCode );
speakeasy/winenv/api/usermode/kernel32.py:6262
MethodGetFileAttributes
DWORD GetFileAttributes( LPCSTR lpFileName );
speakeasy/winenv/api/usermode/kernel32.py:3446
MethodGetFileAttributesEx
BOOL GetFileAttributesEx( LPCSTR lpFileName, GET_FILEEX_INFO_LEVELS fInfoLevelId, LPVOID
speakeasy/winenv/api/usermode/kernel32.py:3463
MethodGetFileInformationByHandle
BOOL GetFileInformationByHandle( HANDLE hFile, LPBY_HANDLE_FILE_INFORMATION lpFileInformation
speakeasy/winenv/api/usermode/kernel32.py:5647
MethodGetFileSize
DWORD GetFileSize( HANDLE hFile, LPDWORD lpFileSizeHigh );
speakeasy/winenv/api/usermode/kernel32.py:3967
MethodGetFileSizeEx
BOOL GetFileSizeEx( HANDLE hFile, PLARGE_INTEGER lpFileSize );
speakeasy/winenv/api/usermode/kernel32.py:3995
MethodGetFileTime
BOOL GetFileTime( HANDLE hFile, LPFILETIME lpCreationTime, LPFILETIME lpLastAccessTime, LPFILETIM
speakeasy/winenv/api/usermode/kernel32.py:3519
MethodGetFileType
DWORD GetFileType( HANDLE hFile );
speakeasy/winenv/api/usermode/kernel32.py:2777
MethodGetFocus
HWND GetFocus();
speakeasy/winenv/api/usermode/user32.py:1490
MethodGetForegroundWindow
HWND GetForegroundWindow();
speakeasy/winenv/api/usermode/user32.py:753
MethodGetFullPathName
DWORD GetFullPathNameA( LPCSTR lpFileName, DWORD nBufferLength, LPSTR lpBuffer, LPSTR *lpF
speakeasy/winenv/api/usermode/kernel32.py:2658
MethodGetHandleInformation
BOOL GetHandleInformation( HANDLE hObject, LPDWORD lpdwFlags );
speakeasy/winenv/api/usermode/kernel32.py:1564
MethodGetKBCodePage
INT GetKBCodePage();
speakeasy/winenv/api/usermode/user32.py:1432
MethodGetKeyboardLayout
HKL GetKeyboardLayout( DWORD idThread );
speakeasy/winenv/api/usermode/user32.py:1570
MethodGetKeyboardLayoutList
int GetKeyboardLayoutList( int nBuff, HKL *lpList );
speakeasy/winenv/api/usermode/user32.py:1414
MethodGetKeyboardType
int GetKeyboardType( int nTypeFlag );
speakeasy/winenv/api/usermode/user32.py:487
MethodGetLastActivePopup
HWND GetLastActivePopup( HWND hWnd );
speakeasy/winenv/api/usermode/user32.py:1073
MethodGetLastError
DWORD WINAPI GetLastError(void);
speakeasy/winenv/api/usermode/kernel32.py:1525
MethodGetLocalTime
void GetLocalTime( LPSYSTEMTIME lpSystemTime );
speakeasy/winenv/api/usermode/kernel32.py:1703
MethodGetLocaleInfo
int GetLocaleInfo( LCID Locale, LCTYPE LCType, LPSTR lpLCData, int cchData );
speakeasy/winenv/api/usermode/kernel32.py:4669
MethodGetLogicalDrives
DWORD GetLogicalDrives();
speakeasy/winenv/api/usermode/kernel32.py:5963
MethodGetLongPathName
DWORD GetLongPathNameA( LPCSTR lpszShortPath, LPSTR lpszLongPath, DWORD cchBuffer );
speakeasy/winenv/api/usermode/kernel32.py:5571
MethodGetMailslotInfo
BOOL GetMailslotInfo( HANDLE hMailslot, LPDWORD lpMaxMessageSize, LPDWORD lpNextSize, LPDWORD lpMess
speakeasy/winenv/api/usermode/kernel32.py:5784
MethodGetMapMode
int GetMapMode( HDC hdc );
speakeasy/winenv/api/usermode/gdi32.py:76
MethodGetMenuCheckMarkDimensions
LONG GetMenuCheckMarkDimensions();
speakeasy/winenv/api/usermode/user32.py:1468
MethodGetMenuInfo
BOOL GetMenuInfo( HMENU, LPMENUINFO );
speakeasy/winenv/api/usermode/user32.py:1009
MethodGetMessage
BOOL GetMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax );
speakeasy/winenv/api/usermode/user32.py:689
MethodGetModuleBaseName
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/psapi.py:102
MethodGetModuleFileNameEx
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/psapi.py:133
MethodGetModuleFileNameExA
DWORD GetModuleFileNameExA( HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, DWORD nSize
speakeasy/winenv/api/usermode/kernel32.py:6346
MethodGetModuleHandleEx
BOOL GetModuleHandleExA( DWORD dwFlags, LPCSTR lpModuleName, HMODULE *phModule );
speakeasy/winenv/api/usermode/kernel32.py:1912
MethodGetMonitorInfo
BOOL GetMonitorInfo( HMONITOR hMonitor, LPMONITORINFO lpmi );
speakeasy/winenv/api/usermode/user32.py:1173
MethodGetNativeSystemInfo
void GetNativeSystemInfo( LPSYSTEM_INFO lpSystemInfo );
speakeasy/winenv/api/usermode/kernel32.py:5256
MethodGetNextDlgTabItem
HWND GetNextDlgTabItem( HWND hDlg, HWND hCtl, BOOL bPrevious );
speakeasy/winenv/api/usermode/user32.py:1148
MethodGetOEMCP
UINT GetOEMCP();
speakeasy/winenv/api/usermode/kernel32.py:4372
MethodGetObjectA
int GetObjectA( HANDLE h, int c, LPVOID pv );
speakeasy/winenv/api/usermode/gdi32.py:268
MethodGetOpenClipboardWindow
HWND GetOpenClipboardWindow();
speakeasy/winenv/api/usermode/user32.py:1477
MethodGetParent
HWND GetParent( HWND hWnd );
speakeasy/winenv/api/usermode/user32.py:910
MethodGetPhysicallyInstalledSystemMemory
BOOL GetPhysicallyInstalledSystemMemory( [out] PULONGLONG TotalMemoryInKilobytes );
speakeasy/winenv/api/usermode/kernel32.py:6658
MethodGetProcAddress
FARPROC GetProcAddress( HMODULE hModule, LPCSTR lpProcName );
speakeasy/winenv/api/usermode/kernel32.py:1960
MethodGetProcessAffinityMask
BOOL GetProcessAffinityMask( HANDLE hProcess, PDWORD_PTR lpProcessAffinityMask, PDWORD_PTR lpSystemAf
speakeasy/winenv/api/usermode/kernel32.py:6700
MethodGetProcessHandleCount
BOOL GetProcessHandleCount( HANDLE hProcess, PDWORD pdwHandleCount );
speakeasy/winenv/api/usermode/kernel32.py:5774
MethodGetProcessHeap
HANDLE GetProcessHeap();
speakeasy/winenv/api/usermode/kernel32.py:302
MethodGetProcessVersion
DWORD GetProcessVersion( DWORD ProcessId );
speakeasy/winenv/api/usermode/kernel32.py:314
MethodGetProcessWindowStation
HWINSTA GetProcessWindowStation();
speakeasy/winenv/api/usermode/user32.py:1019
MethodGetProfileInt
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/kernel32.py:6736
MethodGetRawInputDeviceList
UINT GetRawInputDeviceList( PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT puiNumDevices, UINT
speakeasy/winenv/api/usermode/user32.py:1134
MethodGetShortPathName
DWORD GetShortPathNameW( LPCWSTR lpszLongPath, LPWSTR lpszShortPath, DWORD cchBuffer ); http
speakeasy/winenv/api/usermode/kernel32.py:5521
MethodGetSidIdentifierAuthority
PSID_IDENTIFIER_AUTHORITY GetSidIdentifierAuthority( [in] PSID pSid );
speakeasy/winenv/api/usermode/advapi32.py:1298
MethodGetSidSubAuthority
PDWORD GetSidSubAuthority( [in] PSID pSid, [in] DWORD nSubAuthority );
speakeasy/winenv/api/usermode/advapi32.py:1325
MethodGetSidSubAuthorityCount
PUCHAR GetSidSubAuthorityCount( PSID pSid );
speakeasy/winenv/api/usermode/advapi32.py:1310
MethodGetStartupInfo
void GetStartupInfo( LPSTARTUPINFO lpStartupInfo );
speakeasy/winenv/api/usermode/kernel32.py:2690
MethodGetStdHandle
HANDLE WINAPI GetStdHandle( _In_ DWORD nStdHandle );
speakeasy/winenv/api/usermode/kernel32.py:2762
MethodGetStockObject
HGDIOBJ GetStockObject( int i );
speakeasy/winenv/api/usermode/gdi32.py:67
MethodGetStringTypeA
BOOL GetStringTypeA( LCID Locale, DWORD dwInfoType, LPCSTR lpSrcStr, int cchSrc,
speakeasy/winenv/api/usermode/kernel32.py:2960
MethodGetSysColor
DWORD GetSysColor( int nIndex );
speakeasy/winenv/api/usermode/user32.py:898
MethodGetSysColorBrush
HBRUSH GetSysColorBrush( int nIndex );
speakeasy/winenv/api/usermode/user32.py:919
MethodGetSystemDefaultLCID
LCID GetUserDefaultLCID();
speakeasy/winenv/api/usermode/kernel32.py:6489
MethodGetSystemDefaultLangID
LANGID GetSystemDefaultLangID();
speakeasy/winenv/api/usermode/kernel32.py:6033
MethodGetSystemDefaultUILanguage
LANGID GetSystemDefaultUILanguage();
speakeasy/winenv/api/usermode/kernel32.py:6467
MethodGetSystemFirmwareTable
UINT GetSystemFirmwareTable( DWORD FirmwareTableProviderSignature, DWORD FirmwareTableID, PVOID pFirmware
speakeasy/winenv/api/usermode/kernel32.py:5400
MethodGetSystemInfo
void GetSystemInfo( LPSYSTEM_INFO lpSystemInfo );
speakeasy/winenv/api/usermode/kernel32.py:3426
MethodGetSystemMetrics
int GetSystemMetrics( int nIndex );
speakeasy/winenv/api/usermode/user32.py:503
MethodGetSystemTimePreciseAsFileTime
void GetSystemTimePreciseAsFileTime( LPFILETIME lpSystemTimeAsFileTime );
speakeasy/winenv/api/usermode/kernel32.py:6415
MethodGetSystemTimes
BOOL GetSystemTimes( PFILETIME lpIdleTime, PFILETIME lpKernelTime, PFILETIME lpUserTime );
speakeasy/winenv/api/usermode/kernel32.py:4978
MethodGetTempFileName
UINT GetTempFileName( [in] LPCSTR lpPathName, [in] LPCSTR lpPrefixString, [in] UINT uUnique,
speakeasy/winenv/api/usermode/kernel32.py:6497
MethodGetTempPath
DWORD GetTempPathA( DWORD nBufferLength, LPSTR lpBuffer );
speakeasy/winenv/api/usermode/kernel32.py:5420
← previousnext →901–1,000 of 2,357, ranked by callers