Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNoteworthy committed Aug 30, 2023
1 parent 70d39f8 commit cd05ea1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file added .github/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ jobs:
with:
version: "2022.1"
install-go: false
cache-key: ${{ matrix.go-version }}
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.21.x'
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ELF File Format Parser
<a href="https://saferwall.com" target="_blank" rel="noopener noreferrer"><img align="right" width="100" src=".github/assets/logo.png" alt="Saferwall logo"></a>

-----
# ELF File Format Parser

[![codecov](https://codecov.io/gh/saferwall/elf/branch/main/graph/badge.svg?token=ND685DTHZT)](https://codecov.io/gh/saferwall/elf) [![build-test](https://github.com/saferwall/elf/actions/workflows/ci.yaml/badge.svg)](https://github.com/saferwall/elf/actions/workflows/ci.yaml)
[![GoDoc](http://godoc.org/github.com/saferwall/elf?status.svg)](https://pkg.go.dev/github.com/saferwall/elf) ![Go Version](https://img.shields.io/badge/go%20version-%3E=1.17-61CFDD.svg) [![Report Card](https://goreportcard.com/badge/github.com/saferwall/elf)](https://goreportcard.com/report/github.com/saferwall/elf) [![codecov](https://codecov.io/gh/saferwall/elf/branch/main/graph/badge.svg?token=ND685DTHZT)](https://codecov.io/gh/saferwall/elf) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/saferwall/elf/ci.yaml?branch=main)

```elf``` is a lightweight :sparkles: ELF parser designed for static analysis.
**elf** is a go package for parsing Executable and Linkable Format (ELF). This package is designed for static malware analysis and reverse engineering.

## Install

Expand Down

0 comments on commit cd05ea1

Please sign in to comment.