From 23878c5cf48157c20bf2eed9b470cbc2327b9618 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Sat, 21 Apr 2018 12:45:25 +0200 Subject: [PATCH] Add Compositional Decompilation using LLVM IR, a decompiler from LLVM IR to Go. --- ResearchPapers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ResearchPapers.md b/ResearchPapers.md index 23265699..5a2a5f3c 100644 --- a/ResearchPapers.md +++ b/ResearchPapers.md @@ -212,6 +212,10 @@ Turing Scholars honors thesis - https://censys.io/static/censys.pdf - An Extract Function Refactoring for the Go Language (Arasu) - https://etd.auburn.edu/bitstream/handle/10415/4835/Steffi_Gnanaprakasa_MSThesis.pdf +- Compositional Decompilation using LLVM IR + - http://uu.diva-portal.org/smash/record.jsf?pid=diva2%3A911797&dswid=-6147 + - [code](https://github.com/decomp/decomp) + - [pdf](https://github.com/decomp/doc/raw/master/report/compositional_decompilation/compositional_decompilation.pdf) ## 2014 - PARAGON: an approach for parallelization of power system contingency analysis using Go programming language