2 مستودعات
Tools that determine the format of executable and archive files using signatures and heuristics.
Distinct from File Type Validators: Candidates are unrelated: focusing on C++ runtime types, image search, or file upload validation.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Format Identifiers. Refine with filters or upvote what's useful.
Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and packers. It functions as a binary file identifier that utilizes signature matching and heuristic analysis to identify executable and archive formats. The project includes a custom file signature engine and a scriptable rule system for defining and applying detection logic to identify specific binary patterns. It features specialized detectors for Android packages, such as APK and DEX files, and a malware packer detector to identify protections, obfuscators, and virus families. T
Determines executable and archive formats using combined signature matching and heuristic analysis.
This project is a collection of technical documentation and guides designed as a computer architecture explainer. It provides educational resources on how processors and operating systems execute programs, focusing on the fetch-execute cycle and the fundamental relationship between hardware and the kernel. The documentation covers a wide range of low-level system operations, including detailed guides on the executable and linkable binary format, virtual memory management, and kernel-level operations. It specifically explores the mechanics of CPU scheduling, preemptive multitasking, and the us
Details how the system identifies executable binary formats using magic bytes and signatures.