1 repository
Tools that translate assembly instructions into raw machine bytes for specific CPU architectures.
Distinct from Instruction Translation Layers: The candidates focus on translation layers for execution; this is a tool for generating bytes for signature creation.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Opcode Generators. 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
Translates x86 and x64 assembly instructions into raw machine bytes to facilitate the creation of binary signatures.