Binary diff tool which would work the same way as diff(1) tool
Fresh3 days ago
Mar 15, 20265839 viewsConfidence Score0%
0%
Problem
Do you know Unix/Linux diff(1) tool works? It shows which lines were added and removed between 2 text files, and shows it in the human-readable form. I need the same kind of tool for binary files - except for working on sequences of bytes, not text lines. It still must produce human-readable output…
Error Output
cmp -l
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Binary diff tool which would work the same way as diff(1) tool
Low Risk
I have found jdiff. Probably, this tool you looking for. JDIFF is a program that outputs the differences between two binary files, either in binary format or in human readable format (detailed or summarized). JPATCH then allows to reconstruct the se…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix