awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesRaw Binary Offset Manipulators

Utilities for modifying files by reading and writing raw bytes at specific memory addresses.

Distinct from Raw File Data Injectors: Candidates focus on pixel data or sensor data, whereas this is general raw binary file manipulation at specific offsets.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Raw Binary Offset Manipulators. Refine with filters or upvote what's useful.

Awesome Raw Binary Offset Manipulators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • hopding/pdf-libHopding का अवतार

    Hopding/pdf-lib

    8,515GitHub पर देखें↗

    pdf-lib एक JavaScript PDF मैनिपुलेशन लाइब्रेरी है जिसका उपयोग प्रोग्रामेटिक रूप से PDF डॉक्यूमेंट्स बनाने, संशोधित करने और एडिट करने के लिए किया जाता है। यह Node, Browser, Deno और मोबाइल JavaScript एनवायरनमेंट के साथ संगत एक क्रॉस-रनटाइम टूल के रूप में कार्य करता है। यह लाइब्रेरी डॉक्यूमेंट एडिटिंग और फॉर्म जनरेशन के लिए एक प्रोग्रामेटिक इंटरफ़ेस प्रदान करती है। यह इंटरैक्टिव PDF फॉर्म बनाने, मौजूदा फील्ड्स को कस्टम डेटा के साथ भरने और फॉर्म्स को स्टैटिक कंटेंट में बदलने (flattening) का समर्थन करती है। इसकी व्यापक क्षमताओं में नए डॉक्यूमेंट्स को स्क्रैच से जनरेट करना, फाइलों के बीच पेजों को पुनर्व्यवस्थित या कॉपी करना और डॉक्यूमेंट मेटाडेटा को प्रबंधित करना शामिल है। यह टेक्स्ट, इमेज और वेक्टर ग्राफिक्स जैसे विज़ुअल कंटेंट को ड्रा करने के साथ-साथ कस्टम फोंट्स को एम्बेड करने और बाहरी फाइलों को अटैच करने की भी अनुमति देती है।

    Implements low-level binary manipulation of PDF files by reading and writing raw bytes at specific offsets.

    TypeScript
    GitHub पर देखें↗8,515
  • sebaxakerhtc/rdpwrap.inisebaxakerhtc का अवतार

    sebaxakerhtc/rdpwrap.ini

    3,702GitHub पर देखें↗

    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 d

    Provides utilities for modifying system files by applying raw byte writes at specific memory addresses.

    GitHub पर देखें↗3,702
  • hasherezade/pe-bearhasherezade का अवतार

    hasherezade/pe-bear

    3,684GitHub पर देखें↗

    PE-bear is a graphical portable executable analysis tool designed for inspecting, disassembling, and modifying the structure of Windows PE binary files. It functions as a static analysis framework used to identify malicious patterns and reverse engineer program logic. The project provides a binary diffing tool to identify structural and content differences between two executable files. It also includes a section editor for modifying binary layouts by adding or altering sections and imports. The tool covers a range of binary analysis capabilities, including machine code disassembly, file layo

    Provides capabilities to add or edit sections and import tables directly within the raw byte stream of PE files.

    C++bearparsermalware-analysismultiplatform
    GitHub पर देखें↗3,684
  • d0k3/godmode9d0k3 का अवतार

    d0k3/GodMode9

    2,554GitHub पर देखें↗

    GodMode9 is a system-level utility for Nintendo 3DS hardware designed for booting unsigned firmware, managing files, and modifying internal memory. It serves as a custom firmware tool for booting specialized payloads and unlocking restricted system features and hardware capabilities. The project provides a low-level hardware interface for interacting with I2C registers, extracting system keys, and managing raw memory partitions. It functions as a game image dump tool to extract retail cartridges and system images, while also acting as a binary patching utility to alter software behavior via r

    Modifies files by reading and writing raw bytes at specific memory addresses to alter internal data structures.

    C3dsa9lhcia
    GitHub पर देखें↗2,554
  1. Home
  2. Operating Systems & Systems Programming
  3. Raw Binary Offset Manipulators

सब-टैग एक्सप्लोर करें

  • Disassembly Offset CalculatorsUtilities that translate raw bytes into assembly instructions by calculating addresses from file offsets. **Distinct from Raw Binary Offset Manipulators:** Distinct from Raw Binary Offset Manipulators as it focuses on translation to assembly rather than writing bytes.
  • PE Header EditorsTools specifically for modifying the headers and section tables of Portable Executable files. **Distinct from Raw Binary Offset Manipulators:** Distinct from Raw Binary Offset Manipulators by focusing on the structured PE header format rather than generic byte offsets.