Add Compositional Decompilation using LLVM IR, a decompiler from LLVM IR to Go.

Robin Eklind 2018-04-21 12:45:25 +02:00
parent 07b1df3601
commit 23878c5cf4

@ -212,6 +212,10 @@ Turing Scholars honors thesis
- https://censys.io/static/censys.pdf - https://censys.io/static/censys.pdf
- An Extract Function Refactoring for the Go Language (Arasu) - An Extract Function Refactoring for the Go Language (Arasu)
- https://etd.auburn.edu/bitstream/handle/10415/4835/Steffi_Gnanaprakasa_MSThesis.pdf - 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 ## 2014
- PARAGON: an approach for parallelization of power system contingency analysis using Go programming language - PARAGON: an approach for parallelization of power system contingency analysis using Go programming language