#
win32api
Here are 271 public repositories matching this topic...
x64dbg plugin to set breakpoints automatically to Win32/64 APIs
-
Updated
Jan 17, 2018 - C
-
Updated
Jul 17, 2020 - C++
Just a normal flask web app to understand win32api with code snippets and references.
-
Updated
Dec 8, 2019 - HTML
XScreenSaver for Windows
-
Updated
May 4, 2019 - C
Another free Win32 resource editor
-
Updated
Aug 8, 2020 - C++
A game engine being developed from scratch for learning and practicing essential game development skills. Each and every single feature is written from scratch with absolutely no third party code or libraries.
game
screenshot
gamedev
opengl
game-engine
cpp
rendering
gdi
game-development
library-free
gameengine
rendering-engine
xinput
win32api
game-dev
no-libraries
lundum-dare-games
-
Updated
Jun 23, 2020 - C++
Allows to run Windows CE applications on Windows!
microsoft
emulator
arm
compatibility
layer
windows-ce
wine
win32
win32api
reactos
wince
windows-10-arm
-
Updated
Apr 25, 2020 - C++
A window controller for Unity using Windows API
-
Updated
Aug 15, 2020 - C#
[WIP]RemoteAssistance like TeamViewer(C++)
-
Updated
Jul 14, 2020 - C++
A Live Desktop Capture using Go and WebSockets
-
Updated
Jul 13, 2017 - Go
Tiling window manager for Windows 10, Built on top of explorer shell
-
Updated
Apr 20, 2019 - C++
GTLibc is library to make game trainer in c/c++ it provide all the necessary methods to make simple game trainer in windows using win32-API with ease.
c
cpp
gta
game-development
gta-sa
cheatsheet
game-library
win32api
cheat-codes
game-dev
memory-editor
san-andreas
cheatengine
gametrainer
trainer-library
memory-trainer
gta-sa-trainer
pc-games-trainer
-
Updated
Jul 22, 2020 - C
Hexadecimal editor.
-
Updated
Jun 19, 2015 - C++
Organized bookmarks to Win32API posts of Raymond Chen's blog "The Old New Thing".
-
Updated
Jul 29, 2020
The world's smallest, fully functional text editor—fun, useful and interesting!
winapi
text-editor
tiny
assembly-language
win32
win32api
small-tools
winapi-ui
assembly-x86
text-editing
-
Updated
Nov 26, 2017 - Assembly
Bindings for win32, with and without WIN32_LEAN_AND_MEAN
-
Updated
Jul 14, 2020 - Zig
-
Updated
Jan 15, 2018 - CSS
Windows下的简易进程DLL注入工具 (A simple process DLL injection tool under the Windows)
-
Updated
Apr 8, 2020 - C++
ELFI (ELF over WIFI) is a FOTA ( Firmware Over The Air ) based software application, our application is following reliability, portability and configurability rules as well as the simple and efficient user experience.
python
c
firebase
qt
firmware
stm32
embedded-systems
bootloader
win32api
elf-parser
transport-protocol
ota-firmware-updates
nodemcu-esp8266
bootloaderstm32
-
Updated
Jun 27, 2020 - C
WORK IN PROGRESS. RAT written in C++ using Win32 API
-
Updated
Sep 12, 2019 - C++
Improve this page
Add a description, image, and links to the win32api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the win32api topic, visit your repo's landing page and select "manage topics."
I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using
Application().start. I've tried to locate it usingDesktop, but got quite confused..Any help on this?