Skip to content

Commit

Permalink
#34: add text about killing unfinished decompilations.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Oct 5, 2018
1 parent d4a8edd commit 57fb2e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified doc/user_guide/user_guide.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions doc/user_guide/user_guide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,13 @@ \subsection{Selective Decompilation}

Once the decompilation is finished, the decompiled source code is displayed in a new IDA viewer window. Here, you can invoke new decompilations by double-clicking on function calls.

At the moment, the RetDec plugin supports only one simultaneous decompilation. If you trigger a decompilation before the last one is finished, the unfinished decompilation gets killed and the new one takes its place.

\subsection{Full Decompilation}
If you configured a hotkey for full decompilation in Section~\ref{sec:config:plugin-cfg}, you can use it to decompile an entire binary that is being analyzed. The result of this decompilation is stored into an output file, whose location is communicated to you through IDA's output window. The result cannot be displayed in the IDA's viewer window.

Same as with selective decompilation (Section~\ref{sec:selective-decompilation}), only one decompilation can run at a time - unfinished decompilation is terminated when a new one is triggered.

%-----------------------------------------------------------------------------
% User Interactions
%-----------------------------------------------------------------------------
Expand Down

0 comments on commit 57fb2e8

Please sign in to comment.