Displaying 4 results from an estimated 4 matches for "chipounov_2".
Did you mean:
chipounov
2010 Oct 24
0
[LLVMdev] Incorporating Parallelism into a dynamic binary translator
...stage at the 6 weeks mark, but I certainly want
something I'm able to demonstrate.
What can I do?
Thanks,
Matt
[1] http://code.google.com/p/llvm-qemu/
[2] http://lists.cs.uiuc.edu/pipermail/llvmdev/2008-April/013689.html
[3] http://infoscience.epfl.ch/record/149975/files/x86-llvm-translator-chipounov_2.pdf
2015 Jan 07
4
[LLVMdev] ARM disassembler
Hi,
I am newbie for LLVM. I need some help,
I want to disassemble ARM binaries and perform some operation on LLVM IR
and again back to generate ARM binary from modified ARM LLVM IR. How I can
proceed for the same.
Any tool or document will be highly appreciated.
Thanks and Regards,
Deep
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Feb 25
2
[LLVMdev] [GSoC 2014] Using LLVM as a code-generation backend for Valgrind
On 02/25/2014 04:50 PM, John Criswell wrote:
>
> I think a more interesting idea would be to use LLVM to perform
> instrumentation and then to use Valgrind to instrument third-party
> libraries linked into the program.
>
> What I'm imagining is this: Let's say you instrument a program with
> SAFECode or Asan to find memory safety errors. When you run the program
>
2014 Feb 26
2
[LLVMdev] [Valgrind-developers] [GSoC 2014] Using LLVM as a code-generation backend for Valgrind
...cached translations from previous runs. In worst case all you know
about the binary code is it's address (which can vary between runs) and
the binary code itself.
[1] : "Dynamically Translating x86 to LLVM using QEMU"
http://infoscience.epfl.ch/record/149975/files/x86-llvm-translator-chipounov_2.pdf
[2] : llvm-qemu project.
http://code.google.com/p/llvm-qemu/
[3] : "LnQ: Building High Performance Dynamic Binary Translator
with Existing Compiler Backends"
http://people.cs.nctu.edu.tw/~chenwj/slide/paper/lnq.pdf
--
Kirill