Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Marcelli committed Feb 7, 2020
1 parent fb7292e commit 97eef30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97eef30

Please sign in to comment.