<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:10pt">Yes ! Thank you a lot :) <br><br>It seems vmkit bytecode is quite close to the classic LLVM, but still adaptations to the passes have to be done<br><div><span><br></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Tim Northover <t.p.northover@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> Alexandru Ionut Diaconescu <cyrusthevirus001x@yahoo.com> <br><b><span style="font-weight: bold;">Cc:</span></b> "llvmdev@cs.uiuc.edu" <llvmdev@cs.uiuc.edu> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, June 26, 2013 3:32 PM<br>
 <b><span style="font-weight: bold;">Subject:</span></b> Re: [LLVMdev] vmkit variables internal representation<br> </font> </div> <div class="y_msg_container"><br>
> I attached the assembly file, the java file and the running script file. I<br>> hope the variable names can be identified.<br><br>Well, I'm afraid I know no more about the Java ABI than you, but Java<br>strings can be identified by the type {i32, [N x i16]} where the first<br>entry is the length and the array is UTF-16. Running the attached<br>hacked-together script on your bitcode file gives the following:<br><br>@41 contains string "MYGL"<br>@42 contains string "P"<br>@43 contains string "balance"<br><br>How these fit into the structures defined used is left as an exercise<br>to the interested reader. ;-)<br><br>Tim.<br><br><br></div> </div> </div>  </div></body></html>