<div dir="ltr">Please clang-format the changes in your patch.  Also, LLVM does not use else after a return: <a href="http://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return">http://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return</a></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 30, 2016 at 8:39 AM, Bandzi Michal via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">COFFObjectFile import iterators do not work for some compressed binaries.<br>
Before loading, binary contains two identical structures containing<br>
imports: Look-up Table and Address Table. LLVM uses only Look-up<br>
table which is often stripped by packers due to its redundancy.<br>
<br>
Proposed solution in patch (attachment) adds Address Table as<br>
fall-back option to read imports in case Look-up Table does not exist.<br>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>