Strip SectionHeader of Elf file

Strip SectionHeader, implemented Java only.

Licensed under The MIT license.

  • Main Purpose
        This app strip SectionHeader.
        And this app protect your elf file from casual attack.
    
        Elf file stripped SectionHeader is runnable, which stripped SectionHeader by this app.
        And 'objdump' doesn't work for Elf file stripped SectionHeader by this app.
    
    
        Almost kernel doesn't need SectionHeader.
    
        'strip' of GNU binutils doesn't strip SectionHeader of Elf file.
    
        'objdump' of GNU binutils need SectionHeader.