From 67cea2a8d974faafa7da8bf294c7edafca07805e Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 24 Nov 2023 23:17:35 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee8c2f4..97bcb60 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,15 @@ [Build Status]: https://github.com/encounter/objdiff/actions/workflows/build.yaml/badge.svg [actions]: https://github.com/encounter/objdiff/actions -A local diffing tool for decompilation projects. +A local diffing tool for decompilation projects. Inspired by [decomp.me](https://decomp.me) and [asm-differ](https://github.com/simonlindholm/asm-differ). + +Features: +- Compare entire object files: functions and data. +- Built-in symbol demangling for C++. +- Automatic rebuild on source file changes. +- Project integration via [configuration file](#configuration). +- Search and filter all of a project's objects and quickly switch. +- Click to highlight all instances of values and registers. Supports: - PowerPC 750CL (GameCube & Wii)