<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div>Shuai: I think we are agreeing - I was just saying that it's very difficult, but in a different way than how you were saying it. A large part of the difficulty is that there is "more information" in the higher level description of code, than there is in the lower level, and the compiler/translator "removes" (some of) that information when compiling. A very simple example is:<br><br></div>     struct ab<br></div>     {<br></div>        int a;<br></div>        float b;<br>    };<br><br></div>     struct ab a;<br><br></div>     foo(a);<br><br></div>will look (in most compilers) the same as <br><br></div>     int a;<br></div>     float b;<br><br></div>     foo(a, b); <br><br></div>Debug information and symbols can of course help here, but if the code doesn't have that, then there isn't any way to tell `foo(int, float)` from `foo(struct ab)` as a signature. So whilst it MAY be possible to recreate the code at a higher level that is functionally equivalent, a lot of the "helping" features in the high-level language will go missing because the information was "removed" by the compiler.<br><br>--<br></div>Mats<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 July 2015 at 18:31, Shuai Wang <span dir="ltr"><<a href="mailto:wangshuai901@gmail.com" target="_blank">wangshuai901@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello Mats,<div><br></div><div>I am sorry but I didn't fully get your point. Actually things have moving forward and recently research have (marginally) solved some obstacles proposed before.</div><div><br></div><div>Actually I am working on related reverse engineering topics for a while and according to my review this is no open-source tool can fully solve this challenge, </div><div>even for binaries generated from well-written C program by widely-used compiler (32-bit gcc, with no optimization). We can discuss more in the email if you would like to. </div><div> </div><div>You might want to check papers I listed in the previous email, which discussed several issues in translating binary into LLVM IR, </div><div>and also some recent research paper on disassembling itself.</div><div><br></div><div><br></div><div>Sincerely,</div><div>Shuai</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 17, 2015 at 12:45 PM, mats petersson <span dir="ltr"><<a href="mailto:mats@planetcatfish.com" target="_blank">mats@planetcatfish.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>For every level of translation [in terms of "human readable -> machine code translation", not someone translating a literary work from one language to another - although often some subtle details are lost here too], a little bit of the semantic meaning is lost. This means that you can almost never completely reconstruct the code in original form from the machine-code, or the C-code from the LLVM IR, or the C++ code from the output of something like cfront (the original C++ -> C translator), or the original Pascal code from a Pascal to C compiler, etc.<br><br></div>It is, at least sometimes, possible to reconstruct something that can then be "compiled" [in quotes as it's a loose term in this discussion] again from the binary file, but it's often lacking some of the original subtlety. And there are certainly cases where the original code is very hard to derive from the machine-code. I played with a "symbolic disassembler" many years back, and on "well-behaved code" it would reconstruct assembly code that could be recompiled, but it struggled with for example switch-statements that became a PC-relative jump-table, because when you modify the code, it couldn't figure out what the jumps were - just as one example.<br><br><br></div><div>I'm pretty sure it's possible to, at least as a human, write code that is nearly impossible to translate back to a higher level language. And modern compilers may not use the same types of obfuscation, but they will certainly produce code that is complex, hard to follow and not using obvious instructions for some particular purpose.<br><br>--<br></div><div>Mats<br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On 17 July 2015 at 17:11, Shuai Wang <span dir="ltr"><<a href="mailto:wangshuai901@gmail.com" target="_blank">wangshuai901@gmail.com</a>></span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span>This is not a easy task. And I believe there is <b>NO</b> (open-source) tool can fully solve this problem (statically). Correct me if I was wrong.<div><br></div><div>It would be more helpful if you can provide details about what you want to do, say, static or dynamic ? stripped binary or binary with symbolic information? </div><div>What compiler do you work on? </div><div><br></div><div>Check out  papers below if you are interested.</div><div><br></div></span><div><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__dl.acm.org_citation.cfm-3Fid-3D2465380&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=PMWV93YoHpzwPfOq-d9rjutlZ5ICwU8uIp3HLShT_D0&s=74RkRYSGnXHwJXd5DvxXdamQv0mj7_NjyBzbdCNRrYo&e=" target="_blank">http://dl.acm.org/citation.cfm?id=2465380</a><br></div><div><br></div><div><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__dl.acm.org_citation.cfm-3Fid-3D2462165&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=PMWV93YoHpzwPfOq-d9rjutlZ5ICwU8uIp3HLShT_D0&s=rpl0PCuoy_iecIKs3lz3F0nGYQYw1J1cqTapvfLsceo&e=" target="_blank">http://dl.acm.org/citation.cfm?id=2462165</a><span><font color="#888888"><br></font></span></div><span><font color="#888888"><div><br></div><div><br></div><div><br></div><div>Shuai</div><div><br></div><div><br></div></font></span></div><span><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Fri, Jul 17, 2015 at 3:09 AM, 慕冬亮 <span dir="ltr"><<a href="mailto:mudongliangabcd@gmail.com" target="_blank">mudongliangabcd@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">I want to transform elf binary to llvm IR, and do some instrumentation based on llvm.<div>Is there any tool which can do the transformation?</div><div>Thanks in advance.</div><div>    </div><div>    - mudongliang</div></div>
<br></div></div><span>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" rel="noreferrer" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></span></blockquote></div><br></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" rel="noreferrer" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></span></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>