awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sebaxakerhtc avatar

sebaxakerhtc/rdpwrap.ini

0
View on GitHub↗
3,702 stars·838 forks·21 views

Rdpwrap.ini

This project provides configuration data structures containing build-specific memory offsets and patch codes required to activate remote desktop services. It serves as a registry of parameters and patch sets used to bypass remote desktop restrictions across various operating system builds.

The repository specifically focuses on updating configuration files for the RDP Wrapper library. This ensures compatibility with new operating system builds, enabling remote desktop connectivity on editions that do not natively support the feature.

The project covers system-level configuration for remote desktop support activation and remote system administration. It utilizes binary-offset addressing and version-specific mapping to apply modifications to system files without replacing entire binaries.

Features

  • Library Configurations - Provides updated configuration files for the RDP Wrapper library to maintain compatibility with new Windows builds.
  • Binary Instruction Patching - Implements binary instruction patching to overwrite memory addresses and alter remote desktop service behavior.
  • Raw Binary Offset Manipulators - Provides utilities for modifying system files by applying raw byte writes at specific memory addresses.
  • Remote Desktop Enablement - Enables Remote Desktop connectivity on Windows editions that do not natively support the feature by patching system files.
  • DLL Proxy Wrapping - Intercepts system calls via a proxy DLL to redirect remote desktop service functions to a wrapper library.
  • OS Version Mappings - Maps specific Windows operating system build numbers to corresponding patch sets to ensure version compatibility.
  • Patch Configuration Sets - Provides reusable sets of patch operations to bypass Remote Desktop restrictions across various OS builds.
  • Patch Registries - Ships a collection of version-specific patch codes used to enable Remote Desktop on non-server Windows editions.
  • Remote Desktop Configurations - Maintains a registry of build-specific offsets and parameters required to activate the Terminal Services service.
  • External Configuration Loading - Loads patch definitions from external files to customize system behavior without requiring library recompilation.
  • Remote Windows Administration Tools - Enables remote administration of Windows machines on editions that lack native professional remote access support.

Star history

Star history chart for sebaxakerhtc/rdpwrap.iniStar history chart for sebaxakerhtc/rdpwrap.ini

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Rdpwrap.ini

These projects share indexed features with Rdpwrap.ini. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • lumateam/luma3dsLumaTeam avatar

    LumaTeam/Luma3DS

    6,495View on GitHub↗

    Luma3DS is a custom firmware for the Nintendo 3DS that removes factory restrictions to enable the execution of unsigned homebrew and game modifications. It functions as a kernel-level system extension that hooks system calls to bypass hardware limitations and introduce new operating system capabilities. The project serves as a homebrew payload loader, using boot-time mechanisms to launch third-party software and custom firmware versions. It also provides a game modding framework capable of patching executable code and intercepting file requests to load custom assets and modified data. The en

    C3dscustom-firmwarehomebrew
    View on GitHub↗6,495
  • hdshare/wauxiliary_publicHdShare avatar

    HdShare/WAuxiliary_Public

    3,884View on GitHub↗

    WAuxiliary_Public is a dynamic code instrumentation framework and application plugin framework designed to intercept and alter the execution flow of compiled applications. It functions as a process injection toolkit and software reverse engineering tool, enabling the injection of custom logic into active application memory spaces to extend functionality without requiring original source code. The framework specifically provides capabilities for extending the WeChat desktop client. It achieves this through runtime process injection and software reverse engineering to modify internal operations

    Kotlinwauxiliarywauxvwechat
    View on GitHub↗3,884
  • idescriptor/idescriptoriDescriptor avatar

    iDescriptor/iDescriptor

    2,927View on GitHub↗

    iDescriptor is a suite of specialized tools for managing, diagnosing, and interacting with iOS devices. It provides a comprehensive toolkit for device management, hardware diagnostics, remote terminal access, and virtual location simulation across different operating systems. The project includes a device management suite for mirroring screens in real-time, managing files, and installing applications via USB or wireless connections. It features a hardware diagnostic tool to identify internal components and verify the authenticity of USB cables, along with a virtual GPS simulator to override g

    C++applecppidevice
    View on GitHub↗2,927
  • nukem9/dlssg-to-fsr3Nukem9 avatar

    Nukem9/dlssg-to-fsr3

    4,951View on GitHub↗

    This project is a GPU feature compatibility layer and frame generation mod. It functions as a DLL API emulator and wrapper that intercepts proprietary Nvidia DLSS Frame Generation calls and redirects them to an alternative implementation. The software enables AMD FSR 3 frame generation in games that natively support only Nvidia DLSS Frame Generation. It translates proprietary graphics requests into an open standard, allowing frame interpolation to run on graphics cards that are otherwise incompatible with the original vendor standards. The system employs DLL proxy wrapping and dynamic librar

    C++amddirectx-12game-development
    View on GitHub↗4,951
Compare all 30 related projects→

Frequently asked questions

What does sebaxakerhtc/rdpwrap.ini do?

This project provides configuration data structures containing build-specific memory offsets and patch codes required to activate remote desktop services. It serves as a registry of parameters and patch sets used to bypass remote desktop restrictions across various operating system builds.

What are the main features of sebaxakerhtc/rdpwrap.ini?

The main features of sebaxakerhtc/rdpwrap.ini are: Library Configurations, Binary Instruction Patching, Raw Binary Offset Manipulators, Remote Desktop Enablement, DLL Proxy Wrapping, OS Version Mappings, Patch Configuration Sets, Patch Registries.

Which projects share features with sebaxakerhtc/rdpwrap.ini?

Projects with overlapping indexed features include: lumateam/luma3ds — Luma3DS is a custom firmware for the Nintendo 3DS that removes factory restrictions to enable the execution of… open-shell/open-shell-menu — Open-Shell-Menu is a Windows shell extension and UI restorer designed to replace modern system interfaces with… idescriptor/idescriptor — iDescriptor is a suite of specialized tools for managing, diagnosing, and interacting with iOS devices. It provides a… hdshare/wauxiliary_public — WAuxiliary_Public is a dynamic code instrumentation framework and application plugin framework designed to intercept… nukem9/dlssg-to-fsr3 — This project is a GPU feature compatibility layer and frame generation mod. It functions as a DLL API emulator and… pwndbg/pwndbg — pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and…