3 रिपॉजिटरी
Mappings between data fields and specific byte offsets within binary files for precise read/write operations.
Distinct from Token Offset Mapping: Candidates are too specific to diagnostics, tokenization, or UI coordinates; this is for general binary save file offsets.
Explore 3 awesome GitHub repositories matching data & databases · Binary Offset Mappings. Refine with filters or upvote what's useful.
PKHeX एक Pokémon सेव फ़ाइल एडिटर और सेव डेटा कन्वर्टर है। यह एक एंटिटी डेटा मॉडिफायर और बाहरी डेटा आयातक के रूप में कार्य करता है, जिसका उपयोग कई सॉफ्टवेयर पीढ़ियों में गेम सेव डेटा और मेमोरी इमेजेस को बदलने के लिए किया जाता है। यह प्रोजेक्ट क्रॉस-जेनरेशन संगतता सुनिश्चित करने के लिए विभिन्न सॉफ्टवेयर वर्ज़न्स और फ़ाइल फॉर्मेट्स के बीच गेम डेटा के रूपांतरण को सक्षम बनाता है। यह गेम स्टेट को अपडेट करने के लिए मौजूदा सेव रिकॉर्ड्स में बाहरी फ़ाइलों और कोड्स को एकीकृत करता है। यह टूल सेव फ़ाइल प्रबंधन और गेम स्टेट मैनिपुलेशन के लिए क्षमताएं प्रदान करता है, जिससे व्यक्तिगत एंटिटी रिकॉर्ड्स, कैरेक्टर डेटा और आइटम इन्वेंट्री में संशोधन किया जा सकता है।
Provides exact byte offset mapping to read and write specific data fields within binary save files.
ExifTool is a command line application and batch metadata processor used for reading, writing, and editing EXIF, IPTC, XMP, and other metadata in image and video files. It functions as a file metadata editor and image metadata extractor capable of modifying embedded internal properties across a wide variety of supported file formats. The tool specializes in extracting camera maker notes and industry standard descriptors from digital media. It supports metadata migration workflows, allowing embedded information to be copied from a source file and applied to a destination file. The utility cov
Implements precise reading of metadata fields by calculating exact byte offsets within binary file structures.
Zydis is an x86 and x86-64 binary analysis library that provides a framework for decoding machine code and inspecting the technical attributes of processor instructions. It functions as an instruction disassembler that translates binary data into structured instruction metadata and human-readable assembly. The project includes a machine code encoder for converting assembly instructions and operands back into their binary representations. It also provides an assembly syntax formatter to transform decoded instruction structures into assembly text strings using configurable syntax styles. The l
Matches binary machine code to internal representations using fixed-offset tables for high-speed retrieval.