Filer
Classes
ElfSizeCalculator.h File Reference

The ElfSizeCalculator class provides static methods for calculating ELF file sizes. More...

#include <QString>
#include <elf.h>
Include dependency graph for ElfSizeCalculator.h:

Go to the source code of this file.

Classes

class  ElfSizeCalculator
 

Detailed Description

The ElfSizeCalculator class provides static methods for calculating ELF file sizes.

This class provides static methods to calculate the size of ELF (Executable and Linkable Format) files. It supports both 32-bit and 64-bit ELF formats. The main method to use is CalculateElfSize, which takes a file path as input and returns the calculated ELF size in bytes.