-
Updated
Jul 5, 2020 - C#
#
winapi
Here are 433 public repositories matching this topic...
Build HTML Desktop Apps on .NET/.NET Core using native GUI, HTML5, JavaScript, CSS
electron
react
desktop-app
c-sharp
vuejs
angular
browser
html5
vue
cross-platform
dotnet
dotnetcore
winapi
desktop
chromium
cefsharp
cef
electron-vue
cefglue
netcore2
Creative and unusual things that can be done with the Windows API.
-
Updated
Jul 1, 2020 - C#
mpolicki
commented
Jul 28, 2018
I tried using the ScreenToClient
and ClientToScreen
methods in WinApi/WinApi/Windows/NativeWindow.cs
because I thought they did the same thing as the Windows functions of the same name. But, after getting unexpected results, I noticed that the methods had AdjustWindowRectEx
/InverseAdjustWindowRectEx
calls in them as well, which results in something other than a simple client/screen coord
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
-
Updated
Jul 14, 2020 - C#
Mahou(魔法) - The magic layout switcher.
windows
c-sharp
keyboard-leds
caps-lock
hooks
snippets
winapi
keyboard-layout
tooltip
layout-switcher
dot-net
chocolatey
pause
mahou-wiki
shift-pause
auto-update
auto-switching
-
Updated
Jul 13, 2020 - C#
A set of tutorials about code injection for Windows.
-
Updated
Dec 19, 2017 - C
XD Pascal: A small embeddable self-hosting Pascal compiler for Windows. Supports Go-style methods and interfaces
go
windows
programming-language
golang
delphi
parser
compiler
winapi
game-development
raylib
x86
win32
self-hosting
compiler-design
pascal-compiler
x86-32
pascal-language
free-pascal
compiler-construction
xd-pascal
-
Updated
Mar 31, 2020 - Pascal
C library providing set of additional user interface controls for Windows, intended to be complementary to standard Win32API controls from USER32.DLL and COMCTL32.DLL.
-
Updated
May 19, 2020 - C
A lightweight modern C++11 library for Win32 API, using lambdas to handle Windows messages.
-
Updated
Jun 1, 2020 - C++
Windows API wrapper class for simulating mouse movement, clicking, and more.
-
Updated
May 21, 2017 - C#
Source code for the posts of my blog https://theroadtodelphi.com/
-
Updated
Sep 7, 2017 - Pascal
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
c
steam
dll
winapi
reverse-engineering
injection
csgo
valve
vac
anticheat
dll-injection
hooking
reversing
valve-anti-cheat
vac-hooks
hook-winapi-functions
steam-service
-
Updated
Jun 12, 2020 - C
Isotoxin source
-
Updated
Mar 2, 2018 - C++
.NET clone of DeskPins software
-
Updated
Jun 21, 2020 - C#
Hex Control, C++/MFC
-
Updated
Jul 1, 2020 - C++
User-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.
windows
dll
assembly
x86-64
winapi
assembly-language
x86
injector
dll-injection
fasm
flat-assembler
dll-injector
-
Updated
Nov 16, 2019 - Assembly
Windows utility for intercepting process creation and assigning standard actions to program startup
-
Updated
Oct 7, 2018 - Pascal
Fileless persistence, attacks and anti-forensic capabilties.
-
Updated
Dec 6, 2018 - C
Windows 任务管理器重制版 A rebulid version for Windows task manager.
-
Updated
Aug 17, 2019 - C#
C proof-of-concept of Mattifestations paper on signature hijacking
-
Updated
Aug 30, 2017 - C++
An Incident Response tool to extract console command history and screen output buffer
-
Updated
Jan 11, 2018 - C++
Improve this page
Add a description, image, and links to the winapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the winapi topic, visit your repo's landing page and select "manage topics."
I'm trying to convert the C code for TaskScheduler COM to rust, and currently stuck with the VARIANT argument of ITaskService::Connect: