mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Added pre tags to DecompInterface example
This commit is contained in:
parent
9ad7c6843f
commit
6211f9e482
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ import ghidra.xml.XmlPullParser;
|
|||
* to it, and if the underlying decompiler process crashes,
|
||||
* it automatically respawns the process and reinitializes
|
||||
* it the next time it is needed. The basic usage pattern
|
||||
* is as follows
|
||||
* is as follows<pre>
|
||||
*
|
||||
* // Instantiate the interface
|
||||
* DecompInterface ifc = new DecompInterface();
|
||||
|
@ -76,7 +76,7 @@ import ghidra.xml.XmlPullParser;
|
|||
* HighFunction hfunc = res.getHighFunction();
|
||||
* ...
|
||||
*
|
||||
*
|
||||
* </pre>
|
||||
*/
|
||||
public class DecompInterface {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue