ASSERT-KTH / decompilercmp

Dataset and tool to analyse and compare java bytecode decompilers
http://arxiv.org/pdf/1908.06895
20 stars 4 forks source link

papers on decompilation #1

Open monperrus opened 4 years ago

monperrus commented 4 years ago

about recompiling the decompiled code and producing reassembleable assembly:

Reassembleable disassembling https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-wang-shuai.pdf

Binary Mutation Analysis of Tests Using Reassembleable Disassembly https://ruoyuwang.me/bar2019/pdfs/bar2019-final58.pdf

Datalog Disassembly https://arxiv.org/pdf/1906.03969

monperrus commented 4 years ago

DIRE: A Neural Approach to Decompiled Identifier Naming. ASE 19

nharrand commented 4 years ago

Added to related work!