From e69b10dbce170e74112292919a4d6d1338cf506d Mon Sep 17 00:00:00 2001 From: Google Code Exporter Date: Sat, 13 Feb 2016 14:16:44 -0500 Subject: [PATCH] Migrating wiki contents from Google Code --- ProjectHome.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ProjectHome.md diff --git a/ProjectHome.md b/ProjectHome.md new file mode 100644 index 0000000..7478bff --- /dev/null +++ b/ProjectHome.md @@ -0,0 +1,10 @@ +PatchDiff2 is a plugin for the IDA dissassembler that can analyze two IDB files and find the differences between both. PatchDiff2 is free and fully integrates with the latest version of IDA (6.1) on Windows and Linux. +The plugin can perform the following tasks : + + * Display the list of identical functions + * Display the list of matched functions + * Display the list of unmatched functions (with the CRC) + * Display a flow graph for identical and matched functions + +The main purpose of this plugin is to be fast and give accurate results when working on a security patch or a hotfix. Therefore this tool is not made to find similar functions between two different programs. +Patchdiff2 supports all processors that IDA can handle and is available in two versions: 32 bit and a 64 bit. \ No newline at end of file