#
windows-api
Here are 135 public repositories matching this topic...
Creative and unusual things that can be done with the Windows API.
-
Updated
Sep 30, 2020 - C#
Explorer++ is a lightweight and fast file manager for Windows
-
Updated
Jun 25, 2022 - C++
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
-
Updated
Jul 7, 2022 - C#
Obfuscate specific windows apis with different apis
-
Updated
Feb 21, 2021 - C++
A collection of (relatively) harmless prank examples using the Windows API
-
Updated
Feb 17, 2022 - Nim
Loader for VAC Bypass written in C.
steam
reverse-engineering
csgo
valve
vac
anticheat
anti-cheat
windows-api
code-injection
manual-mapping
valve-anti-cheat
gamehacking
anticheat-bypass
vac-bypass-loader
-
Updated
Jun 16, 2020 - C
Windows API wrappers for Go - useful for SysOps
-
Updated
May 31, 2022 - Go
C# Based Universal API Unhooker
-
Updated
Feb 18, 2022 - C#
Monitoring changes in the source file and automatically compile and run (restart).
devops
monitoring
file-watchers
build-tool
filewatcher
inotify
monitor-changes
windows-api
watchfolder
-
Updated
Mar 15, 2019 - Go
cut version of rensenware
-
Updated
Dec 10, 2021 - C#
A minimal borderless window with the Windows API
-
Updated
Jul 5, 2016 - C
This project aims at simplifying Windows API import recovery on arbitrary memory dumps
-
Updated
Jan 17, 2022 - Python
Livro: Engenharia Reversa - Fundamentos e Prática
c
windows
linux
assembly
reverse-engineering
livro
malware-analysis
win32
windows-api
reversing
windows-internals
coment-rios
mente-bin-ria
aproveitamento
fundamentos-engenharia-reversa
-
Updated
Jul 8, 2022
This repository contains sample programs that mimick behavior found in real-world malware. The goal is to provide source code that can be compiled and used for learning purposes, without having to worry about handling live malware.
-
Updated
Dec 23, 2021 - C#
Windows API wrapper class for simulating mouse movement, clicking, and more.
-
Updated
May 21, 2017 - C#
Proof of concept sudo for Windows
-
Updated
Sep 22, 2021 - C++
A window controller for Unity using Windows API
-
Updated
Jun 2, 2022 - C#
PoC for detecting and dumping code injection (built and extended on UnRunPE)
windows
security
injection
poc
dll-injection
malware-analysis
malware-research
windows-api
code-injection
hooking
windows-internals
dll-injection-detection
-
Updated
Oct 23, 2018 - C++
[WIP]RemoteAssistance like TeamViewer(C++)
-
Updated
Jul 14, 2020 - C++
Master list of all my vulnerability discoveries. Mostly 3rd party kernel drivers.
-
Updated
Aug 31, 2020 - C
Sources from the ZetCode's Windows API tutorial
-
Updated
Sep 19, 2021 - C
A duplication in C# of the "Windows-classic-samples" using Vanara libraries.
-
Updated
Jul 7, 2022 - C#
A custom Jump List creator for any program on Windows.
windows
utilities
winforms
windows-10
windows-8
autohotkey
windows-8-1
windows-forms
windows-7
windows-api
jumplist
-
Updated
Feb 25, 2019 - C#
A basic example of how to use Windows Display Data Channel Command Interface (DDC/CI) API
-
Updated
May 16, 2020 - C++
对windows-api内容进行自动审查和过滤监控
-
Updated
May 30, 2017 - C++
A C++14/17 header-only Windows memory editing library with a focus on type safety and modern C++ style.
-
Updated
Jun 3, 2019 - C++
Simple keylogger on C++ with several functions.
-
Updated
Jun 19, 2020 - C++
Improve this page
Add a description, image, and links to the windows-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the windows-api 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?