#
win32api
Here are 430 public repositories matching this topic...
A FREE Windows C development course where we will learn the Win32API and reverse engineer each step utilizing IDA Free in both an x86 and x64 environment.
training
windows
hack
cplusplus
cpp
assembly
reverse-engineering
assembler
hacking
cybersecurity
ida
ida-pro
cyber
training-materials
win32api
idapro
training-material
blue-team
microsoft-windows
cyber-threat-intelligence
-
Updated
Jun 10, 2022 - C
1
3699394
commented
Feb 11, 2022
update version number in window title
Another free Win32 resource editor
-
Updated
Jun 11, 2022 - C++
Advanced Malware with multifeatures written in ASM/C/C++ , work on all windows versions ! (uncompleted)
risk
assembly
malware
keylogger
win32api
privilege-escalation
process-hollowing
process-injection
shellcode-injection
-
Updated
Jan 16, 2022 - C++
x64dbg plugin to set breakpoints automatically to Win32/64 APIs
-
Updated
Jan 17, 2018 - C
Organized bookmarks to Win32API posts of Raymond Chen's blog "The Old New Thing".
-
Updated
Mar 15, 2022
Реализация фундаментальных проектов с курса по Computer Science
serialization
web-development
sockets
glfw
blockchain
postgresql
win32api
api-integration
p2p-network
eventsystem
-
Updated
May 31, 2022 - C++
XScreenSaver for Windows
-
Updated
Feb 11, 2022 - C
Just a normal flask web app to understand win32api with code snippets and references.
-
Updated
Dec 8, 2019 - HTML
Source code of exploiting windows API for red teaming series
windows
winapi
windows-10
exploitation
win32api
red-team
process-list
blue-teams
process-injection
pentesteracademy
pentester-academy
-
Updated
Apr 19, 2022 - C++
A window controller for Unity using Windows API
-
Updated
Jun 2, 2022 - 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 18, 2021 - C++
keyboard
csharp
cpp
dotnet
accessibility
wpf
pinvoke
mouse
dotnet-core
uiautomation
win32
win32api
win32com
mouse-simulations
-
Updated
Jan 10, 2022 - C#
[WIP]RemoteAssistance like TeamViewer(C++)
-
Updated
Jul 14, 2020 - C++
Tiling window manager for Windows 10, Built on top of explorer shell
-
Updated
Apr 20, 2019 - 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++
A Live Desktop Capture using Go and WebSockets
-
Updated
Jul 13, 2017 - Go
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
Depending on the AV/EDR we will check which Windows APIs are hooked by the AV/EDR
-
Updated
Mar 27, 2022
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?