From e7125fd37c07db3b93971b7143e4fbbc1923e064 Mon Sep 17 00:00:00 2001 From: Zhenyu Yan <1015198808@qq.com> Date: Wed, 29 Oct 2025 11:49:31 +0800 Subject: [PATCH] Fix wrong paper links The original paper links are broken. Removing `-draft` makes them direct to correct files. --- _includes/publications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/publications.md b/_includes/publications.md index 6537749..0d2d750 100644 --- a/_includes/publications.md +++ b/_includes/publications.md @@ -1,6 +1,6 @@ * ["Identifying Java Calls in Native Code via Binary Scanning"](https://gfour.github.io/files/native-scanner-issta2020.pdf) (ISSTA'20) -* ["Ethainter: A Smart Contract Security Analyzer for Composite Vulnerabilities"](https://yanniss.github.io/ethainter-pldi20-draft.pdf) (PLDI'20) -* ["Static Analysis of Java Enterprise Applications: Frameworks and Caches, the Elephants in the Room"](https://yanniss.github.io/enterprise-pldi20-draft.pdf) (PLDI'20) +* ["Ethainter: A Smart Contract Security Analyzer for Composite Vulnerabilities"](https://yanniss.github.io/ethainter-pldi20.pdf) (PLDI'20) +* ["Static Analysis of Java Enterprise Applications: Frameworks and Caches, the Elephants in the Room"](https://yanniss.github.io/enterprise-pldi20.pdf) (PLDI'20) * ["Gigahorse: Thorough, Declarative Decompilation of Smart Contracts"](http://yanniss.github.io/gigahorse-icse19.pdf) (ICSE'19) * ["Deep Static Modeling of invokedynamic"](http://yanniss.github.io/invokedynamic-ecoop19-preprint.pdf) (ECOOP'19) * ["MadMax: Surviving Out-of-Gas Conditions in Ethereum Smart Contracts"](http://yanniss.github.io/eth-oopsla18.pdf) (OOPSLA'18)