scispace - formally typeset
S

Sifis Lagouvardos

Researcher at National and Kapodistrian University of Athens

Publications -  6
Citations -  130

Sifis Lagouvardos is an academic researcher from National and Kapodistrian University of Athens. The author has contributed to research in topics: Static analysis & Paleontology. The author has an hindex of 3, co-authored 5 publications receiving 30 citations.

Papers
More filters
Proceedings ArticleDOI

Ethainter: a smart contract security analyzer for composite vulnerabilities

TL;DR: Ethainter is introduced, a security analyzer checking information flow with data sanitization in smart contracts, which identifies composite attacks that involve an escalation of tainted information, through multiple transactions, leading to severe violations.
Proceedings ArticleDOI

Static Analysis of Shape in TensorFlow Programs

TL;DR: Pythia, a static analysis that tracks the shapes of tensors across Python library calls and warns of several possible mismatches, is presented, a close modeling of library semantics with respect to tensor shape and an identification of violations and error-prone patterns.
Journal ArticleDOI

Precise static modeling of Ethereum “memory”

TL;DR: This analysis offers an analysis that models EVM memory, recovering high-level concepts via deep modeling of the flow of values, and enables the static computation of a contract’s gas cost.
Journal ArticleDOI

Elipmoc: advanced decompilation of Ethereum smart contracts

TL;DR: Elipmoc is an evolution of Gigahorse, the top research decompiler, dramatically improving over it and over other state-of-the-art tools, by employing several high-precision techniques and making them scalable.
Journal ArticleDOI

Symbolic value-flow static analysis: deep, precise, complete modeling of Ethereum smart contracts

TL;DR: The Symvalic analysis as mentioned in this paper combines concrete values and symbolic expressions to model program behavior with high precision, e.g., full path sensitivity, which has been used to uncovering vulnerabilities of high real-world value.