From 97eef303e8eb8fff698a804536946454e12b1baf Mon Sep 17 00:00:00 2001 From: Andrea Marcelli Date: Fri, 7 Feb 2020 19:15:40 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd76084..372ccc3 100755 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ pip install pygments * When you rename a symbol (e.g., a function name), rename it in the decompile view, it will be updated automatically in the disasm view too. Otherwise, you will need to delete the decompiled code from the cache and decompile the function again. * If the program is rebased, all the caches (decompiler, comments, symbol table) are invalidated. Functions must be decompiled again. - +* It's possible to change the `TIMEOUT` value for the Ghidra analysis in [ghida_plugin/lib.py](ghida_plugin/lib.py). By default, it's set to 300 seconds, but it may be increased if needed. Please, do not modify the value of `COUNTER_MAX` or `SLEEP_LENGTH`, since they are all related. ## Features description ### Synchronization