Skip to main content

Showing 1–7 of 7 results for author: Grieco, G

.
  1. arXiv:2310.01143  [pdf, other

    cs.NI

    Preliminary Performance Evaluation of a Satellite-to-HAP Communication Link

    Authors: Giovanni Grieco, Giovanni Iacovelli, Mattia Sandri, Marco Giordani, Michele Zorzi, Luigi Alfredo Grieco

    Abstract: The emergence of Fifth-Generation (5G) communication networks has brought forth unprecedented connectivity with ultra-low latency, high data rates, and pervasive coverage. However, meeting the increasing demands of applications for seamless and high-quality communication, especially in rural areas, requires exploring innovative solutions that expand 5G beyond traditional terrestrial networks. With… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

    Journal ref: European Wireless 2023; 28th European Wireless Conference, Rome, Italy, 2023

  2. A System-Level Simulation Module for Multi-UAV IRS-assisted Communications

    Authors: Giovanni Grieco, Giovanni Iacovelli, Daniele Pugliese, Domenico Striccoli, Luigi Alfredo Grieco

    Abstract: Sixth-Generation (6G) networks are set to provide reliable, widespread, and ultra-low-latency mobile broadband communications for a variety of industries. In this regard, the Internet of Drones (IoD) represents a key component for the development of 3D networks, which envisions the integration of terrestrial and non-terrestrial infrastructures. The recent employment of Intelligent Reflective Surfa… ▽ More

    Submitted 3 April, 2023; originally announced April 2023.

  3. Enabling Portability and Reusability of Open Science Infrastructures

    Authors: Giuseppe Grieco, Ivan Heibi, Arcangelo Massari, Arianna Moretti, Silvio Peroni

    Abstract: This paper presents a methodology for designing a containerized and distributed open science infrastructure to simplify its reusability, replicability, and portability in different environments. The methodology is depicted in a step-by-step schema based on four main phases: (1) Analysis, (2) Design, (3) Definition, and (4) Managing and provisioning. We accompany the description of each step with e… ▽ More

    Submitted 28 July, 2022; v1 submitted 8 June, 2022; originally announced June 2022.

    Comments: 8 pages, 1 PostScript figure, submitted to TPDL 2022

    Journal ref: Linking Theory and Practice of Digital Libraries. TPDL 2022. Lecture Notes in Computer Science, vol 13541. Springer, Cham

  4. Internet of Drones Simulator: Design, Implementation, and Performance Evaluation

    Authors: Giovanni Grieco, Giovanni Iacovelli, Pietro Boccadoro, Luigi Alfredo Grieco

    Abstract: The Internet of Drones (IoD) is a networking architecture that stems from the interplay between Unmanned Aerial Vehicles (UAVs) and wireless communication technologies. Networked drones can unleash disruptive scenarios in many application domains. At the same time, to really capitalize their potential, accurate modeling techniques are required to catch the fine details that characterize the featur… ▽ More

    Submitted 25 March, 2022; originally announced March 2022.

    Comments: in IEEE Internet of Things Journal, 2022

  5. arXiv:1911.07567  [pdf, ps, other

    cs.SE cs.CR cs.PL

    What are the Actual Flaws in Important Smart Contracts (and How Can We Find Them)?

    Authors: Alex Groce, Josselin Feist, Gustavo Grieco, Michael Colburn

    Abstract: An important problem in smart contract security is understanding the likelihood and criticality of discovered, or potential, weaknesses in contracts. In this paper we provide a summary of Ethereum smart contract audits performed for 23 professional stakeholders, avoiding the common problem of reporting issues mostly prevalent in low-quality contracts. These audits were performed at a leading compa… ▽ More

    Submitted 10 January, 2020; v1 submitted 18 November, 2019; originally announced November 2019.

  6. Slither: A Static Analysis Framework For Smart Contracts

    Authors: Josselin Feist, Gustavo Grieco, Alex Groce

    Abstract: This paper describes Slither, a static analysis framework designed to provide rich information about Ethereum smart contracts. It works by converting Solidity smart contracts into an intermediate representation called SlithIR. SlithIR uses Static Single Assignment (SSA) form and a reduced instruction set to ease implementation of analyses while preserving semantic information that would be lost in… ▽ More

    Submitted 26 August, 2019; originally announced August 2019.

  7. arXiv:1907.03890  [pdf, other

    cs.SE cs.CR

    Manticore: A User-Friendly Symbolic Execution Framework for Binaries and Smart Contracts

    Authors: Mark Mossberg, Felipe Manzano, Eric Hennenfent, Alex Groce, Gustavo Grieco, Josselin Feist, Trent Brunson, Artem Dinaburg

    Abstract: An effective way to maximize code coverage in software tests is through dynamic symbolic execution$-$a technique that uses constraint solving to systematically explore a program's state space. We introduce an open-source dynamic symbolic execution framework called Manticore for analyzing binaries and Ethereum smart contracts. Manticore's flexible architecture allows it to support both traditional… ▽ More

    Submitted 18 November, 2019; v1 submitted 8 July, 2019; originally announced July 2019.

    Comments: Fix in bibliography