Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mandiant/speakeasy
/ functions
Functions
2,357 in github.com/mandiant/speakeasy
⨍
Functions
2,357
◇
Types & classes
416
↳
Endpoints
229
Method
GetClipboardOwner
HWND GetClipboardOwner();
speakeasy/winenv/api/usermode/user32.py:1455
Method
GetClipboardSequenceNumber
DWORD GetClipboardSequenceNumber();
speakeasy/winenv/api/usermode/user32.py:1516
Method
GetClipboardViewer
HWND GetClipboardViewer();
speakeasy/winenv/api/usermode/user32.py:1442
Method
GetCommProperties
BOOL GetCommProperties( HANDLE hFile, LPCOMMPROP lpCommProp );
speakeasy/winenv/api/usermode/kernel32.py:5657
Method
GetCommTimeouts
BOOL GetCommTimeouts( HANDLE hFile, LPCOMMTIMEOUTS lpCommTimeouts );
speakeasy/winenv/api/usermode/kernel32.py:5667
Method
GetCommandLine
LPTSTR GetCommandLine();
speakeasy/winenv/api/usermode/kernel32.py:2559
Method
GetComputerName
BOOL GetComputerName( LPSTR lpBuffer, LPDWORD nSize );
speakeasy/winenv/api/usermode/kernel32.py:4738
Method
GetComputerNameEx
BOOL GetComputerNameExA( COMPUTER_NAME_FORMAT NameType, LPSTR lpBuffer, LPDWORD nSi
speakeasy/winenv/api/usermode/kernel32.py:6061
Method
GetConsoleMode
BOOL WINAPI GetConsoleMode( _In_ HANDLE hConsoleHandle, _Out_ LPDWORD lpMode );
speakeasy/winenv/api/usermode/kernel32.py:4454
Method
GetConsoleTitle
DWORD WINAPI GetConsoleTitle( _Out_ LPTSTR lpConsoleTitle, _In_ DWORD nSize );
speakeasy/winenv/api/usermode/kernel32.py:6576
Method
GetConsoleWindow
HWND WINAPI GetConsoleWindow(void);
speakeasy/winenv/api/usermode/kernel32.py:2002
Method
GetCurrentDirectory
DWORD GetCurrentDirectory( DWORD nBufferLength, LPTSTR lpBuffer );
speakeasy/winenv/api/usermode/kernel32.py:5217
Method
GetCurrentHwProfile
BOOL GetCurrentHwProfileA( LPHW_PROFILE_INFOA lpHwProfileInfo );
speakeasy/winenv/api/usermode/advapi32.py:1152
Method
GetCurrentPackageId
LONG GetCurrentPackageId( UINT32 *bufferLength, BYTE *buffer );
speakeasy/winenv/api/usermode/kernel32.py:4827
Method
GetCurrentProcess
HANDLE GetCurrentProcess();
speakeasy/winenv/api/usermode/kernel32.py:1502
Method
GetCurrentProcessId
DWORD GetCurrentProcessId();
speakeasy/winenv/api/usermode/kernel32.py:1756
Method
GetCurrentThread
HANDLE GetCurrentThread();
speakeasy/winenv/api/usermode/kernel32.py:2324
Method
GetCurrentThreadId
DWORD GetCurrentThreadId();
speakeasy/winenv/api/usermode/kernel32.py:1747
Method
GetCursor
HCURSOR GetCursor();
speakeasy/winenv/api/usermode/user32.py:1503
Method
GetCursorPos
BOOL GetCursorPos( LPPOINT lpPoint );
speakeasy/winenv/api/usermode/user32.py:463
Method
GetDC
HDC GetDC( HWND hWnd );
speakeasy/winenv/api/usermode/user32.py:166
Method
GetDIBits
int GetDIBits( HDC hdc, HBITMAP hbm, UINT start, UINT cLines, LPVOID
speakeasy/winenv/api/usermode/gdi32.py:188
Method
GetDateFormat
int GetDateFormatA( LCID Locale, DWORD dwFlags, const SYSTEMTIME *lpDate, LPCS
speakeasy/winenv/api/usermode/kernel32.py:6090
Method
GetDesktopWindow
HWND GetDesktopWindow();
speakeasy/winenv/api/usermode/user32.py:114
Method
GetDeviceCaps
int GetDeviceCaps( HDC hdc, int index );
speakeasy/winenv/api/usermode/gdi32.py:85
Method
GetDiskFreeSpaceEx
BOOL GetDiskFreeSpaceEx( LPCSTR lpDirectoryName, PULARGE_INTEGER lpFreeBytesAvailableToCaller, PULARGE_INTEG
speakeasy/winenv/api/usermode/kernel32.py:6021
Method
GetDlgCtrlID
int GetDlgCtrlID( HWND hWnd );
speakeasy/winenv/api/usermode/user32.py:1198
Method
GetDoubleClickTime
UINT GetDoubleClickTime();
speakeasy/winenv/api/usermode/user32.py:1534
Method
GetDriveType
UINT GetDriveType( LPCSTR lpRootPathName );
speakeasy/winenv/api/usermode/kernel32.py:5465
Method
GetEnvironmentStrings
LPCH GetEnvironmentStrings();
speakeasy/winenv/api/usermode/kernel32.py:2618
Method
GetEnvironmentVariable
DWORD GetEnvironmentVariable( LPCTSTR lpName, LPTSTR lpBuffer, DWORD nSize );
speakeasy/winenv/api/usermode/kernel32.py:4795
Method
GetErrorMode
UINT GetErrorMode();
speakeasy/winenv/api/usermode/kernel32.py:4487
Method
GetExitCodeProcess
BOOL GetExitCodeProcess( HANDLE hProcess, LPDWORD lpExitCode );
speakeasy/winenv/api/usermode/kernel32.py:5489
Method
GetExitCodeThread
BOOL GetExitCodeThread( HANDLE hThread, LPDWORD lpExitCode );
speakeasy/winenv/api/usermode/kernel32.py:6262
Method
GetFileAttributes
DWORD GetFileAttributes( LPCSTR lpFileName );
speakeasy/winenv/api/usermode/kernel32.py:3446
Method
GetFileAttributesEx
BOOL GetFileAttributesEx( LPCSTR lpFileName, GET_FILEEX_INFO_LEVELS fInfoLevelId, LPVOID
speakeasy/winenv/api/usermode/kernel32.py:3463
Method
GetFileInformationByHandle
BOOL GetFileInformationByHandle( HANDLE hFile, LPBY_HANDLE_FILE_INFORMATION lpFileInformation
speakeasy/winenv/api/usermode/kernel32.py:5647
Method
GetFileSize
DWORD GetFileSize( HANDLE hFile, LPDWORD lpFileSizeHigh );
speakeasy/winenv/api/usermode/kernel32.py:3967
Method
GetFileSizeEx
BOOL GetFileSizeEx( HANDLE hFile, PLARGE_INTEGER lpFileSize );
speakeasy/winenv/api/usermode/kernel32.py:3995
Method
GetFileTime
BOOL GetFileTime( HANDLE hFile, LPFILETIME lpCreationTime, LPFILETIME lpLastAccessTime, LPFILETIM
speakeasy/winenv/api/usermode/kernel32.py:3519
Method
GetFileType
DWORD GetFileType( HANDLE hFile );
speakeasy/winenv/api/usermode/kernel32.py:2777
Method
GetFocus
HWND GetFocus();
speakeasy/winenv/api/usermode/user32.py:1490
Method
GetForegroundWindow
HWND GetForegroundWindow();
speakeasy/winenv/api/usermode/user32.py:753
Method
GetFullPathName
DWORD GetFullPathNameA( LPCSTR lpFileName, DWORD nBufferLength, LPSTR lpBuffer, LPSTR *lpF
speakeasy/winenv/api/usermode/kernel32.py:2658
Method
GetHandleInformation
BOOL GetHandleInformation( HANDLE hObject, LPDWORD lpdwFlags );
speakeasy/winenv/api/usermode/kernel32.py:1564
Method
GetKBCodePage
INT GetKBCodePage();
speakeasy/winenv/api/usermode/user32.py:1432
Method
GetKeyboardLayout
HKL GetKeyboardLayout( DWORD idThread );
speakeasy/winenv/api/usermode/user32.py:1570
Method
GetKeyboardLayoutList
int GetKeyboardLayoutList( int nBuff, HKL *lpList );
speakeasy/winenv/api/usermode/user32.py:1414
Method
GetKeyboardType
int GetKeyboardType( int nTypeFlag );
speakeasy/winenv/api/usermode/user32.py:487
Method
GetLastActivePopup
HWND GetLastActivePopup( HWND hWnd );
speakeasy/winenv/api/usermode/user32.py:1073
Method
GetLastError
DWORD WINAPI GetLastError(void);
speakeasy/winenv/api/usermode/kernel32.py:1525
Method
GetLocalTime
void GetLocalTime( LPSYSTEMTIME lpSystemTime );
speakeasy/winenv/api/usermode/kernel32.py:1703
Method
GetLocaleInfo
int GetLocaleInfo( LCID Locale, LCTYPE LCType, LPSTR lpLCData, int cchData );
speakeasy/winenv/api/usermode/kernel32.py:4669
Method
GetLogicalDrives
DWORD GetLogicalDrives();
speakeasy/winenv/api/usermode/kernel32.py:5963
Method
GetLongPathName
DWORD GetLongPathNameA( LPCSTR lpszShortPath, LPSTR lpszLongPath, DWORD cchBuffer );
speakeasy/winenv/api/usermode/kernel32.py:5571
Method
GetMailslotInfo
BOOL GetMailslotInfo( HANDLE hMailslot, LPDWORD lpMaxMessageSize, LPDWORD lpNextSize, LPDWORD lpMess
speakeasy/winenv/api/usermode/kernel32.py:5784
Method
GetMapMode
int GetMapMode( HDC hdc );
speakeasy/winenv/api/usermode/gdi32.py:76
Method
GetMenuCheckMarkDimensions
LONG GetMenuCheckMarkDimensions();
speakeasy/winenv/api/usermode/user32.py:1468
Method
GetMenuInfo
BOOL GetMenuInfo( HMENU, LPMENUINFO );
speakeasy/winenv/api/usermode/user32.py:1009
Method
GetMessage
BOOL GetMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax );
speakeasy/winenv/api/usermode/user32.py:689
Method
GetModuleBaseName
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/psapi.py:102
Method
GetModuleFileNameEx
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/psapi.py:133
Method
GetModuleFileNameExA
DWORD GetModuleFileNameExA( HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, DWORD nSize
speakeasy/winenv/api/usermode/kernel32.py:6346
Method
GetModuleHandleEx
BOOL GetModuleHandleExA( DWORD dwFlags, LPCSTR lpModuleName, HMODULE *phModule );
speakeasy/winenv/api/usermode/kernel32.py:1912
Method
GetMonitorInfo
BOOL GetMonitorInfo( HMONITOR hMonitor, LPMONITORINFO lpmi );
speakeasy/winenv/api/usermode/user32.py:1173
Method
GetNativeSystemInfo
void GetNativeSystemInfo( LPSYSTEM_INFO lpSystemInfo );
speakeasy/winenv/api/usermode/kernel32.py:5256
Method
GetNextDlgTabItem
HWND GetNextDlgTabItem( HWND hDlg, HWND hCtl, BOOL bPrevious );
speakeasy/winenv/api/usermode/user32.py:1148
Method
GetOEMCP
UINT GetOEMCP();
speakeasy/winenv/api/usermode/kernel32.py:4372
Method
GetObjectA
int GetObjectA( HANDLE h, int c, LPVOID pv );
speakeasy/winenv/api/usermode/gdi32.py:268
Method
GetOpenClipboardWindow
HWND GetOpenClipboardWindow();
speakeasy/winenv/api/usermode/user32.py:1477
Method
GetParent
HWND GetParent( HWND hWnd );
speakeasy/winenv/api/usermode/user32.py:910
Method
GetPhysicallyInstalledSystemMemory
BOOL GetPhysicallyInstalledSystemMemory( [out] PULONGLONG TotalMemoryInKilobytes );
speakeasy/winenv/api/usermode/kernel32.py:6658
Method
GetProcAddress
FARPROC GetProcAddress( HMODULE hModule, LPCSTR lpProcName );
speakeasy/winenv/api/usermode/kernel32.py:1960
Method
GetProcessAffinityMask
BOOL GetProcessAffinityMask( HANDLE hProcess, PDWORD_PTR lpProcessAffinityMask, PDWORD_PTR lpSystemAf
speakeasy/winenv/api/usermode/kernel32.py:6700
Method
GetProcessHandleCount
BOOL GetProcessHandleCount( HANDLE hProcess, PDWORD pdwHandleCount );
speakeasy/winenv/api/usermode/kernel32.py:5774
Method
GetProcessHeap
HANDLE GetProcessHeap();
speakeasy/winenv/api/usermode/kernel32.py:302
Method
GetProcessVersion
DWORD GetProcessVersion( DWORD ProcessId );
speakeasy/winenv/api/usermode/kernel32.py:314
Method
GetProcessWindowStation
HWINSTA GetProcessWindowStation();
speakeasy/winenv/api/usermode/user32.py:1019
Method
GetProfileInt
(self, emu, argv, ctx: api.ApiContext = None)
speakeasy/winenv/api/usermode/kernel32.py:6736
Method
GetRawInputDeviceList
UINT GetRawInputDeviceList( PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT puiNumDevices, UINT
speakeasy/winenv/api/usermode/user32.py:1134
Method
GetShortPathName
DWORD GetShortPathNameW( LPCWSTR lpszLongPath, LPWSTR lpszShortPath, DWORD cchBuffer ); http
speakeasy/winenv/api/usermode/kernel32.py:5521
Method
GetSidIdentifierAuthority
PSID_IDENTIFIER_AUTHORITY GetSidIdentifierAuthority( [in] PSID pSid );
speakeasy/winenv/api/usermode/advapi32.py:1298
Method
GetSidSubAuthority
PDWORD GetSidSubAuthority( [in] PSID pSid, [in] DWORD nSubAuthority );
speakeasy/winenv/api/usermode/advapi32.py:1325
Method
GetSidSubAuthorityCount
PUCHAR GetSidSubAuthorityCount( PSID pSid );
speakeasy/winenv/api/usermode/advapi32.py:1310
Method
GetStartupInfo
void GetStartupInfo( LPSTARTUPINFO lpStartupInfo );
speakeasy/winenv/api/usermode/kernel32.py:2690
Method
GetStdHandle
HANDLE WINAPI GetStdHandle( _In_ DWORD nStdHandle );
speakeasy/winenv/api/usermode/kernel32.py:2762
Method
GetStockObject
HGDIOBJ GetStockObject( int i );
speakeasy/winenv/api/usermode/gdi32.py:67
Method
GetStringTypeA
BOOL GetStringTypeA( LCID Locale, DWORD dwInfoType, LPCSTR lpSrcStr, int cchSrc,
speakeasy/winenv/api/usermode/kernel32.py:2960
Method
GetSysColor
DWORD GetSysColor( int nIndex );
speakeasy/winenv/api/usermode/user32.py:898
Method
GetSysColorBrush
HBRUSH GetSysColorBrush( int nIndex );
speakeasy/winenv/api/usermode/user32.py:919
Method
GetSystemDefaultLCID
LCID GetUserDefaultLCID();
speakeasy/winenv/api/usermode/kernel32.py:6489
Method
GetSystemDefaultLangID
LANGID GetSystemDefaultLangID();
speakeasy/winenv/api/usermode/kernel32.py:6033
Method
GetSystemDefaultUILanguage
LANGID GetSystemDefaultUILanguage();
speakeasy/winenv/api/usermode/kernel32.py:6467
Method
GetSystemFirmwareTable
UINT GetSystemFirmwareTable( DWORD FirmwareTableProviderSignature, DWORD FirmwareTableID, PVOID pFirmware
speakeasy/winenv/api/usermode/kernel32.py:5400
Method
GetSystemInfo
void GetSystemInfo( LPSYSTEM_INFO lpSystemInfo );
speakeasy/winenv/api/usermode/kernel32.py:3426
Method
GetSystemMetrics
int GetSystemMetrics( int nIndex );
speakeasy/winenv/api/usermode/user32.py:503
Method
GetSystemTimePreciseAsFileTime
void GetSystemTimePreciseAsFileTime( LPFILETIME lpSystemTimeAsFileTime );
speakeasy/winenv/api/usermode/kernel32.py:6415
Method
GetSystemTimes
BOOL GetSystemTimes( PFILETIME lpIdleTime, PFILETIME lpKernelTime, PFILETIME lpUserTime );
speakeasy/winenv/api/usermode/kernel32.py:4978
Method
GetTempFileName
UINT GetTempFileName( [in] LPCSTR lpPathName, [in] LPCSTR lpPrefixString, [in] UINT uUnique,
speakeasy/winenv/api/usermode/kernel32.py:6497
Method
GetTempPath
DWORD GetTempPathA( DWORD nBufferLength, LPSTR lpBuffer );
speakeasy/winenv/api/usermode/kernel32.py:5420
← previous
next →
901–1,000 of 2,357, ranked by callers