From 6d6e8b03e9192bbf4a8caa0f3de78bb375ac2b4c Mon Sep 17 00:00:00 2001 From: CrazyRedMachine <36906596+CrazyRedMachine@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:56:12 +0200 Subject: [PATCH] Update README.md --- omnimix/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/omnimix/README.md b/omnimix/README.md index d18f24f..a4c24e0 100644 --- a/omnimix/README.md +++ b/omnimix/README.md @@ -73,7 +73,8 @@ Example: `python3 verify_data.py --input-dll popn22.dll --input-xml db/patches_2 ## (DEPRECATED) ida_find_addrs.py -** THIS SCRIPT IS DEPRECATED AND PROBABLY WON'T BE UPDATED ANYMORE. PLEASE USE POPNHAX V2.1 OR ABOVE INSTEAD ** +**THIS SCRIPT IS DEPRECATED AND PROBABLY WON'T BE UPDATED ANYMORE. PLEASE USE POPNHAX V2.1 OR ABOVE INSTEAD** + IDA script tested in 6.6 and 7.x. Creates a map file based on the opened DLL file. The output file is not guaranteed to work but it should be about 95% right.