Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 266 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 266 Bytes

zydiff

This is a small binary diffing tool that uses Zydis for disassembly. It's not particularly fast or smart, but it might be useful.

Right now it only handles PE files and .text section diffing. The matching is pretty basic and slow - O(n^2) because I'm lazy