Projects in Awesome Lists by apriorit
A curated list of projects in awesome lists by apriorit .
https://github.com/apriorit/windows-process-monitor
A demo solution to illustrate approaches on getting information about processes and block/allow their start
driver process-monitor processes windows
Last synced: 08 May 2025
https://github.com/apriorit/file-system-filter
Windows file system filter driver - illustration of the technology
driver filesystem filter-driver windows
Last synced: 18 Jul 2025
https://github.com/apriorit/svchostdemo
Demo service that runs in svchost.exe
demo svchost undocumented winapi windows-service
Last synced: 29 Oct 2025
https://github.com/apriorit/gmock-global
Provides ability to mock global functions with gmock
cpp gmock gtest header-only library mock mocking unittest
Last synced: 12 Oct 2025
https://github.com/apriorit/custom-bootloader
A demo tutorial for low-level and kernel developers - developing a custom Windows boot loader
bootloader cpp low-level windows
Last synced: 08 May 2025
https://github.com/apriorit/access-app-data-android
A no-root solution to access Android app private data without root access. Browser history and instant messages example
Last synced: 08 May 2025
https://github.com/apriorit/iconoverlayhandler
Windows shell extention including shortcut menu and icon overlay handlers to add custom file type processing to Explorer
custom-icon shell-extension windows
Last synced: 08 May 2025
https://github.com/apriorit/minimalqml
Minimal Qt Qml project built with CMake.
Last synced: 09 Oct 2025
https://github.com/apriorit/findidl
CMake module for building IDL files with MIDL and generating CLR DLL using Tlbimp
cmake cmake-module com-interop com-object idl tlb tlbimp
Last synced: 12 Mar 2025
https://github.com/apriorit/win-iocp-copying
Copying multiple files using WinAPI IOCP
Last synced: 03 Jul 2025
https://github.com/apriorit/findwix
CMake module for building Windows Installer packages with WiX toolset
cmake cmake-module installer wix wix-toolset
Last synced: 14 Mar 2026
https://github.com/apriorit/gmock-more-args
Extends gmock argument count up to 15
cpp gmock gtest header-only library mock mocking unittest
Last synced: 05 Oct 2025
https://github.com/apriorit/kerberosskeleton
This project demonstrates how to implement the Kerberos authentication via using the System API in Windows.
Last synced: 08 May 2025
https://github.com/apriorit/tcpinterceptionandmodifying
Samples for the article "Interception and modifying TCP connections from kernel on Windows and Linux systems"
Last synced: 08 May 2025
https://github.com/apriorit/apihookinglibraries
Samples that shows how to use API Hook libraries: Detours, Deviare, MHook, EasyHook to hide files with the "+/*.txt" file name pattern.
api api-hooking hook ntapi winapi windows
Last synced: 10 Apr 2025
https://github.com/apriorit/android-process-monitoring-2017-spring
Hidden monitoring and blocking Android apps
Last synced: 25 Oct 2025
https://github.com/apriorit/simple-dll-injection-protect
Simple DLL injection protect with the idea of hooking the LoadLibrary function and failing it if it is a call for an unauthorized DLL.
api api-hooking attack-defense dll-injection protection security
Last synced: 10 Apr 2025
https://github.com/apriorit/tpmsimulator
Sources of TMP simulator generated by https://github.com/stwagnr/tpm2simulator
Last synced: 22 Jul 2025
https://github.com/apriorit/virtual-disk-driver-for-windows
article driver virtual-disk windows
Last synced: 14 Apr 2025
https://github.com/apriorit/diana-dasm
original sources https://svn.code.sf.net/p/diana-dasm/code/
Last synced: 04 Oct 2025
https://github.com/apriorit/js-outlook-add-in-analyzer
Sample javascript plugin for MS Outlook accessing attachments and modifying email body
javascript js outlook outlook-plugin
Last synced: 10 Mar 2026
https://github.com/apriorit/docker-ubuntu-16.10-x64
Docker file for Ubuntu 16.10 x64 with Qt installed
Last synced: 07 Oct 2025
https://github.com/apriorit/alcohol-auction-aptos
An example of how the Aptos blockchain can be used to build a blockchain-based solution for an alcohol manufacturing company
Last synced: 19 Mar 2026
https://github.com/apriorit/docker-ubuntu-14-04-x86
Docker file for ubuntu 14.04 x86
Last synced: 11 Dec 2025
https://github.com/apriorit/parcydefs
Simple script which reads header files and compare those perf addresses to those found in microcontroller dumps.
Last synced: 13 Jul 2025
https://github.com/apriorit/protection-against-unauthorized-launch-minifilter-driver
A sample Windows minifilter kernel driver that intercepts and filters IRP_MJ_CREATE operations to block execution of a specific process or file open.
article driver kernel-driver minifilter-driver windows
Last synced: 02 May 2026
https://github.com/apriorit/mhook-sample
A Windows API hooking library sample
Last synced: 24 Dec 2025
https://github.com/apriorit/confluence-kotlin-highlighter
JS script for kotlin syntax highlighting.
confluence kotlin syntax-highlighting
Last synced: 27 Apr 2026
https://github.com/apriorit/mt7921
MT7921 driver with monitor mode and frame injection
Last synced: 10 Jul 2025
https://github.com/apriorit/docker-ubuntu-16-04-arm-cpp
Ubuntu 16.04 ARM configured for C++
Last synced: 16 Feb 2026
https://github.com/apriorit/docker-centos7-clang3.8
With python 2.7, conan, clang 3.8, Qt
Last synced: 01 Apr 2026
https://github.com/apriorit/android-package-analyzer
Solution to display details on all apps installed on an Android device
Last synced: 25 Apr 2026
https://github.com/apriorit/docker-centos7-python35-mcrypt
docker container based on centos7 with python3.5 and mcrypt library on board.
Last synced: 25 Apr 2026
https://github.com/apriorit/docker-beegfs-demo
beegfs docker docker-compose docker-image
Last synced: 29 Apr 2026
https://github.com/apriorit/docker-ubuntu-18-04-x64
Dockerfiles for Ubuntu 18.04 LTS Bionic Beaver
Last synced: 27 Mar 2026
https://github.com/apriorit/docker-ubuntu-16-04-x64-cpp
Ubuntu 16.04 configured for C++
Last synced: 27 Mar 2026
https://github.com/apriorit/docker-debian-9-4-x64
Dockerfile for Debian 9.4x86
Last synced: 01 Jul 2025
https://github.com/apriorit/docker-debian-androidsdk
Debian with Android and Java SDKs for building android apps
Last synced: 08 Mar 2026
https://github.com/apriorit/docker-debian-9-4-x86
Dockerfile for Debian 9.4x86
Last synced: 07 Feb 2026
https://github.com/apriorit/gmock-more-args-sample
Sample project for gmock-more-args Edit Add topics
Last synced: 04 Aug 2025
https://github.com/apriorit/docker-ubuntu-18-04-x86
Dockerfiles for Ubuntu 18.04 LTS Bionic Beaver
Last synced: 09 Mar 2026
https://github.com/apriorit/docker_ndk_r21_cmake_3_16
Docker file for ubuntu 20.04 with ndk r21 and cmake 3.16
Last synced: 14 Mar 2026
https://github.com/apriorit/docker-ubuntu-16-04-x64-backend
Ubuntu 16.04 configured for AWS backend deploy
Last synced: 03 Feb 2026
https://github.com/apriorit/car-sharing-solidity
Investments for starting a car-sharing service using blockchain
Last synced: 29 Apr 2026
https://github.com/apriorit/lambdas
Repo with code for the public article about Lambdas
Last synced: 10 Mar 2026
https://github.com/apriorit/docker-centos7-x64-python35-gcc
docker container based on centos7 with python3.5 and gcc on board.
Last synced: 06 Apr 2026
https://github.com/apriorit/docker-alpine-svntools
Minimal docker image with SVN tools
Last synced: 12 Mar 2026
https://github.com/apriorit/awskinesisunifiedlog
Samples for the article "Unified log processing with AWS Kinesis"
Last synced: 29 Apr 2026
https://github.com/apriorit/docker-opensuse-42.3-x64
Dockerfile for OpenSUSE 42.3 x64
Last synced: 14 Mar 2026