Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diffstorm authored May 26, 2024
1 parent 198aabb commit 6c12c5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# ELF Parser

A command-line tool to parse and manipulate ELF binaries.
[![Build Status](https://github.com/diffstorm/elf-parser/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/diffstorm/elf-parser/actions)
[![License](https://img.shields.io/github/license/diffstorm/elf-parser)](https://github.com/diffstorm/elf-parser/blob/main/LICENSE)
[![Language](https://img.shields.io/github/languages/top/diffstorm/elf-parser)](https://github.com/diffstorm/elf-parser)

[![CI](https://github.com/diffstorm/elf-parser/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/diffstorm/elf-parser/actions/workflows/c-cpp.yml)
A command-line tool to parse and manipulate ELF binaries.

## Features
- List sections in an ELF binary
Expand Down

0 comments on commit 6c12c5b

Please sign in to comment.