You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-4Lines changed: 23 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
A local diffing tool for decompilation projects. Inspired by [decomp.me](https://decomp.me) and [asm-differ](https://github.com/simonlindholm/asm-differ).
7
7
8
8
Features:
9
+
9
10
- Compare entire object files: functions and data.
10
11
- Built-in symbol demangling for C++. (CodeWarrior, Itanium & MSVC)
11
12
- Automatic rebuild on source file changes.
@@ -14,13 +15,33 @@ Features:
14
15
- Click to highlight all instances of values and registers.
0 commit comments