Skip to content

Commit

Permalink
GP-0 more doc edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidra1 committed May 10, 2023
1 parent 7ba2963 commit babc38d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <H2>Processors</H2>
<P>Two new user-submitted processors, <code>eBPF</code> and <code>BPF</code>, add support for two variants of Berkeley Packet Filter binaries.</P>

<P>A user-submitted refactoring of X86 <code>LOCK/UNLOCK</code> decoding and semantics has been committed. There are currently some issues with the
Decompiler re-arranging code outside of the <code>LOCK/UNLOCK</code> which will be addressed an upcoming patch. If your analysis depends on
Decompiler re-arranging code outside of the <code>LOCK/UNLOCK</code> which will be addressed with an upcoming patch. If your analysis depends on
the LOCK/UNLOCK semantics, please be aware of the issue. </P>

<P> A new leading zeroes count operator, called <code>lzcount</code>, has been added to p-code, and it can now be used by SLEIGH developers
Expand All @@ -228,7 +228,7 @@ <H2>Processors</H2>
<H2>User Interface Improvements</H2>
<P>Diff can now be performed between two open programs which may include remote files previously opened via a Ghidra-URL. </P>

<H2>GOLang 1.18 Support</H2>
<H2>GoLang 1.18 Support</H2>
<P>An importer, Analyzer, and Internal changes have been made to support GoLang. Currently, only version 1.18 is supported; however slightly older or newer versions may work.
There are still some Decompiler issues with multiple return parameters to be worked out, however the implementation was thought complete enough
for initial real use. Please consider the feature an evolving initial implementation.</P>
Expand Down

0 comments on commit babc38d

Please sign in to comment.