sona 0.0.0

A Tool to Analyze and Manipulate ELF Binaries
Documentation
1
2
3
4
5
6
7
8
// -------------------------------------------------------------------------------------------------
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: (C) 2022 Jayesh Badwaik <j.badwaik@fz-juelich.de>
// -------------------------------------------------------------------------------------------------

fn main() {
    println!("sona: tools to analyze and manipulate elf binaries")
}