binary-files
There are 66 repositories under binary-files topic.
Raffy27/Antiscan
Antiscan.me automatization script
dd-hebert/agilent-uvvis-to-csv
A simple script to convert Agilent 845x Chemstation UV-Vis files (.KD or .SD formats) to .csv format. Fast and easy!
tbhaxor/cpp-file-handling-tutorial
A comprehensive guide to file handling in C++ language.
arash-mazidi/WASMIZER
Wasmizer: Curating WebAssembly-driven Projects on GitHub - A tool that regularly mines GitHub projects and makes an up-to-date dataset of WebAssembly sources
dante-biase/py2bin
py2bin is a hassle-free, command-line-tool that allows you to easily convert a Python file into a binary file with a single line of code.
pgeorgiev98/hexed
Binary file hex editor
emmateva18/AMASS
This is our C++ based applications for the MusalaSoft Sprint.
NetRay05/Encryption
Encryption/Decryption c++ utility library, used to lock/unlock data by providing recovery key to decryption stage. meaning keys will not be stored anywhere.
IsaMorphic/QuesoStruct
A delicious binary serialization library that says no to boilerplate and yes to great code and design.
dd-hebert/uv_pro
Command line tool for parsing and processing UV-Vis data from the Agilent 845x Chemstation software.
giorgapost/wordsearch-package
This Java package implements a system which searches for some given words into a large number of text files, and returns all the locations where they are found.
jlammx/php_upload_blob_files_in_mysql
Upload BLOB files in MySQL
jpablodrexler/simple-portable-database
Simple Portable Database is a library that provides a convenient way to store tabular and binary data in a local directory. The library uses csv and binary files to enable a simple persistence mechanism for local applications.
MattDEV02/C_Chess
Console Chess game (1 vs 1) in C languange.
sakana-max/Image_information_embedder
This project allows you to embed any file without distorting the image.
vmsaif/readingAndInterpretingBinary
This program reads and interprets ELF formatted binary files, extracting and printing information such as the file's bitness, endianness, and ABI, as well as the entry point and program header table. It also prints segment and section types, virtual addresses, and sizes, as well as the first 32 bytes of actual segment and section data.
abhimanyusirohi/binbaboon
BinBaboon helps in understanding a binary file format. It opens files in hex format and allows bookmarking
FredEkstrand/EnigmaBinaryCipher
Enigma binary is a cipher based on the WWII German Enigma text cipher.
GhettoGeek/radare2
unix-like reverse engineering framework and commandline tools security
Har-SHAW/GhidraScripts
My Ghidra script to analyze binary files to find the most complex functions.
jg2alv/morlock
Morlock is a Python utility to write JSON data into binary files
jlammx/php_upload_base64-encoded_binary_files_to_a_directory
Upload Base64-encoded binary files to a directory using PHP
jlammx/php_upload_binary_files_to_a_directory_and_store_target_file_path_in_mysql
Upload and store image file in database and server using PHP and MySQL
MethodoxTech/cv
A simple "version control" utility that doesn't do version control.
mmikhail2001/photo_analysis
Извлечение метаданных Exif из фотографий формата JPEG. Десктоп-приложение на C++ фреймворке Qt.
Priyamjain1105/Self-Service-Parking-Management-System
Self-Service Parking Management System is a software application designed to automate the process of managing parking entry and exit. It provides features for recording entry details, verifying phone numbers, generating parking bills, and offering managerial functionalities for administrators.
pwalig/mesh-compiler
3D file converter to a customizable binary file format
qalle2/binary-diff
Compare two binary files.
rytee20/Lab5-3-cs
Лаб 5, семестр 3, C#. Классы для работы с файлами, сериализация
StefP23/SistemaGestionEmpleados
Este proyecto consiste en un sistema de gestión de asistencia de empleados (SIGESAT) creado en C++. Permite registrar empleados, gestionar sus asistencias (marcaciones), y generar reportes relacionados con la asistencia, ausencias, permisos y horas extra. Utiliza archivos binarios para almacenar la información de empleados, marcaciones y reportes.
Amm1rr/Rubi-Relife
Reverse Engineered x86 Binary for Educational Purposes
EpocDotFr/mindustry-campaign-stats
Python API and CLI tool to read Mindustry's campaign global stats
Kfir-G/Employee-Database
A lightweight database management tool written in C, offering efficient handling of employee records via file-based operations and in-memory structures. Includes functionality for CRUD operations, data validation, and file synchronization.
flapzzyyy/Data-Structure
2025 2nd Semester Informatics Data Structure Assignments and Practical
singhrdeep/contactManager
A C-based command-line application for managing employee contact records using binary files and dynamic memory. Includes features for adding, retrieving, searching, and persisting structured data through a custom binary file format.
ZiadGamalDev/file-org-cpp-projects
C++ mini-projects exploring file structures: binary, delimited, fixed-length, and more.